We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47e825 commit ec1f977Copy full SHA for ec1f977
.github/workflows/example.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
15
- name: install g++
16
- run: sudo apt install -y g++ cppcheck clang++
+ run: sudo apt install -y g++ cppcheck
17
18
- name: run build, test and fuzz test
19
run: |
0 commit comments