Skip to content

Commit 4400d55

Browse files
Try with libiconv instead
1 parent eb324d5 commit 4400d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
- name: Run tests (Windows)
5656
if: runner.os == 'Windows'
5757
run: |
58-
Copy-Item "libiconv\x64\Release\libiconv.dll" "iconv.dll"
58+
Copy-Item "libiconv\x64\Release\libiconv.dll" "libiconv.dll"
5959
python -m unittest -v

0 commit comments

Comments
 (0)