Skip to content
Snippets Groups Projects
Unverified Commit 545710e3 authored by Alan Wang's avatar Alan Wang Committed by GitHub
Browse files

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.
parent 543c2886
No related branches found
No related tags found
No related merge requests found
......@@ -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: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment