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