Skip to content

Commit

Permalink
Attemp 3 to get correct version of clang on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zeusdeux committed May 4, 2024
1 parent 5537686 commit 04c3213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- shell: bash
run: |
gcc -v
clang -v
clang-15 -v
- name: Run tests
shell: bash
run: |
Expand All @@ -43,7 +43,7 @@ jobs:
- shell: bash
run: |
gcc -v
clang -v
clang-15 -v
- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit 04c3213

Please sign in to comment.