Skip to content

Commit 4709a72

Browse files
committed
Revert "Delete libiconv-2.dll"
This reverts commit 5a0f592.
1 parent 5a0f592 commit 4709a72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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/[email protected] # sync version with pip install cibuildwheel above

0 commit comments

Comments
 (0)