Skip to content

Commit 7a2153c

Browse files
committed
Test
1 parent bf12a03 commit 7a2153c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
- name: Copy Windows ddl and mgc
100100
if: runner.os == 'Windows'
101101
run: |
102+
ls /
103+
ls /msys2
102104
cp "/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/share/misc/magic.mgc" "magic"
103105
cp "/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/bin/libmagic-1.dll" "magic"
104106
cp "/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/bin/libsystre-0.dll" "magic"

0 commit comments

Comments
 (0)