Skip to content

Commit c589d6e

Browse files
committed
remove
1 parent ecf4120 commit c589d6e

1 file changed

Lines changed: 0 additions & 25 deletions

File tree

.github/workflows/scriptcheck.yml

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -16,31 +16,6 @@ permissions:
1616
contents: read
1717

1818
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-
with:
31-
key: ${{ github.workflow }}-${{ runner.os }}
32-
33-
- name: Cache Cppcheck
34-
uses: actions/cache@v4
35-
with:
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
4419

4520
dmake:
4621
strategy:

0 commit comments

Comments
 (0)