Skip to content

Commit dda87c9

Browse files
committed
debug
1 parent c525916 commit dda87c9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release-windows-mingw.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,12 @@ jobs:
5858
run: |
5959
mkdir cppcheck-mingw
6060
cp cppcheck.exe cppcheck-mingw/
61-
cp /mingw64/*.dll cppcheck-mingw/
61+
echo which gcc
62+
which gcc
63+
echo ls /
64+
ls /
65+
echo ls c/
66+
ls /c
6267
6368
- uses: actions/upload-artifact@v4
6469
with:

0 commit comments

Comments
 (0)