CI: use the latest cppcheck code again
This commit is contained in:
8
.github/workflows/cppcheck.yml
vendored
8
.github/workflows/cppcheck.yml
vendored
@@ -28,8 +28,8 @@ jobs:
|
|||||||
- name: Checkout cppcheck
|
- name: Checkout cppcheck
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/danmar/cppcheck cppcheck-main
|
git clone https://github.com/danmar/cppcheck cppcheck-main
|
||||||
cd cppcheck-main
|
git clone https://github.com/danmar/simplecpp simplecpp
|
||||||
git checkout 6d7dc76052ad36128fae93f994d6a2bf57e93103
|
cp -rf simplecpp cppcheck-main/externals
|
||||||
|
|
||||||
- name: Build cppcheck
|
- name: Build cppcheck
|
||||||
run: |
|
run: |
|
||||||
@@ -76,8 +76,8 @@ jobs:
|
|||||||
- name: Checkout cppcheck
|
- name: Checkout cppcheck
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/danmar/cppcheck cppcheck-main
|
git clone https://github.com/danmar/cppcheck cppcheck-main
|
||||||
cd cppcheck-main
|
git clone https://github.com/danmar/simplecpp simplecpp
|
||||||
git checkout 6d7dc76052ad36128fae93f994d6a2bf57e93103
|
Copy-Item -Path "simplecpp" -Destination "cppcheck-main/externals" -Recurse -Force
|
||||||
|
|
||||||
- name: Build cppcheck
|
- name: Build cppcheck
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user