CI: temporary cppcheck fix

This commit is contained in:
SChernykh
2025-08-05 10:35:07 +02:00
parent d6c249ca17
commit 93395771d3

View File

@@ -32,6 +32,7 @@ jobs:
- name: Build cppcheck
run: |
cd cppcheck-main
git checkout 1d9ea2ffcca587f99c68f0b6a4c37d5b3e046c28
make -j$(nproc) cppcheck
- name: cmake p2pool
@@ -62,7 +63,7 @@ jobs:
cppcheck-windows:
timeout-minutes: 60
timeout-minutes: 120
runs-on: windows-latest
steps: