Browse Source

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.
pull/770/head
Alan Wang 1 year ago
committed by GitHub
parent
commit
545710e3bf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/CI.yml

2
.github/workflows/CI.yml

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

Loading…
Cancel
Save