upgrade clang to fix actions error (#768)

Actions builds are failing because clang-8 is failing to be installed. Upgrade clang-8 to clang-14 to fix this.
This commit is contained in:
Alan Wang 2023-07-04 17:02:03 +08:00 committed by GitHub
parent 543c28869e
commit 545710e3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: |