Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 686b981

Browse files
committedMar 18, 2025··
Again
1 parent 5a0f592 commit 686b981

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/wheels.yml

+1
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
- name: Copy additional 32-bit runtime DLLs
117117
if: runner.os == 'Windows' && endsWith(matrix.only, '32')
118118
run: |
119+
cp "/msys64/mingw32/bin/libgcc_s_dw2-1.dll" "magic"
119120
cp "/msys64/mingw32/bin/libwinpthread-1.dll" "magic"
120121
121122
- uses: pypa/cibuildwheel@v2.17.0 # sync version with pip install cibuildwheel above

0 commit comments

Comments
 (0)
Please sign in to comment.