Skip to content

Commit

Permalink
Attemp 1 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 367f603 commit e1ac94f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
shell: bash
run: |
sudo apt update
sudo apt install clang
clang -v
sudo apt install clang=15
- shell: bash
run: clang -v
- name: Run tests
shell: bash
run: |
Expand All @@ -36,8 +37,9 @@ jobs:
shell: bash
run: |
sudo apt update
sudo apt install clang
clang -v
sudo apt install clang=15
- shell: bash
run: clang -v
- name: Run tests
shell: bash
run: |
Expand Down

0 comments on commit e1ac94f

Please sign in to comment.