We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2153c commit 6428d81Copy full SHA for 6428d81
1 file changed
.github/workflows/wheels.yml
@@ -99,8 +99,7 @@ jobs:
99
- name: Copy Windows ddl and mgc
100
if: runner.os == 'Windows'
101
run: |
102
- ls /
103
- ls /msys2
+ ls /msys64
104
cp "/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/share/misc/magic.mgc" "magic"
105
cp "/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/bin/libmagic-1.dll" "magic"
106
cp "/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/bin/libsystre-0.dll" "magic"
0 commit comments