Skip to content

Commit

Permalink
upgrade clang to fix actions error (#768)
Browse files Browse the repository at this point in the history
Actions builds are failing because clang-8 is failing to be installed. Upgrade clang-8 to clang-14 to fix this.
  • Loading branch information
Alanscut committed Jul 4, 2023
1 parent 543c288 commit 545710e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: install build dependencies
run: |
sudo apt-get update
sudo apt-get install clang-8 valgrind
sudo apt-get install clang-14 valgrind
- name: build and test
shell: bash
run: |
Expand Down

0 comments on commit 545710e

Please sign in to comment.