Skip to content

Commit

Permalink
Clang 17 is not available to the runner linux image yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbprice committed Oct 27, 2023
1 parent a4be9ef commit e99b7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: true

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y clang-17
run: sudo apt-get update && sudo apt-get install -y clang-16

- name: Configure CMake
run: cmake -P ${ matrix.configuration }_Clang -S ${{github.workspace}}
Expand Down

0 comments on commit e99b7c1

Please sign in to comment.