mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
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:
parent
543c28869e
commit
545710e3bf
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -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…
Reference in New Issue
Block a user