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 6073bc2 commit c525916Copy full SHA for c525916
.github/workflows/release-windows-mingw.yml
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
mkdir cppcheck-mingw
60
cp cppcheck.exe cppcheck-mingw/
61
- find / -name libgcc_s_seh-1.dll
+ cp /mingw64/*.dll cppcheck-mingw/
62
63
- uses: actions/upload-artifact@v4
64
with:
0 commit comments