Skip to content

Commit

Permalink
fix(ci): clang-11 is no longer available for the CodeQL runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfr committed Oct 15, 2024
1 parent 62b6fa3 commit b29a972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y -qq python3-sphinx graphviz check
sudo apt-get install -y -qq tcc clang-11 clang-tools-11 valgrind mosquitto
sudo apt-get install -y -qq tcc clang-14 clang-tools-14 valgrind mosquitto
sudo apt-get install -y -qq libmbedtls-dev openssl
- name: Initialize CodeQL
Expand Down

0 comments on commit b29a972

Please sign in to comment.