File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,10 +112,12 @@ jobs:
112112 cp "/msys64/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/bin/libquadmath-0.dll" "magic"
113113 cp "/msys64/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/bin/libstdc++-6.dll" "magic"
114114 cp "/msys64/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/bin/libcharset-1.dll" "magic"
115+ cp "/msys64/${{ endsWith(matrix.only, '32') && 'mingw32' || 'mingw64' }}/bin/libiconv-2.dll" "magic"
115116
116117 - name : Copy additional 32-bit runtime DLLs
117118 if : runner.os == 'Windows' && endsWith(matrix.only, '32')
118119 run : |
120+ cp "/msys64/mingw32/bin/libgcc_s_dw2-1.dll" "magic"
119121 cp "/msys64/mingw32/bin/libwinpthread-1.dll" "magic"
120122
121123 - uses : pypa/cibuildwheel@v2.17.0 # sync version with pip install cibuildwheel above
You can’t perform that action at this time.
0 commit comments