We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf4120 commit c589d6eCopy full SHA for c589d6e
1 file changed
.github/workflows/scriptcheck.yml
@@ -16,31 +16,6 @@ permissions:
16
contents: read
17
18
jobs:
19
- build:
20
-
21
- runs-on: ubuntu-22.04
22
23
- steps:
24
- - uses: actions/checkout@v4
25
- with:
26
- persist-credentials: false
27
28
- - name: ccache
29
- uses: hendrikmuhs/ccache-action@v1.2
30
31
- key: ${{ github.workflow }}-${{ runner.os }}
32
33
- - name: Cache Cppcheck
34
- uses: actions/cache@v4
35
36
- path: cppcheck
37
- key: ${{ runner.os }}-scriptcheck-cppcheck-${{ github.sha }}
38
39
- - name: build cppcheck
40
- run: |
41
- export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
42
- make -j$(nproc) CXXOPTS="-Werror"
43
- strip -s ./cppcheck
44
45
dmake:
46
strategy:
0 commit comments