Skip to content

Commit 6428d81

Browse files
committed
Test
1 parent 7a2153c commit 6428d81

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wheels.yml

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

0 commit comments

Comments
 (0)