Skip to content

Commit 4dc0a93

Browse files
Commit
1 parent d9993f8 commit 4dc0a93

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ jobs:
2727
python-version: ${{ matrix.python-version }}
2828
allow-prereleases: true
2929

30-
- name: Install dependencies
30+
- name: Install dependencies (macOS)
3131
if: runner.os == 'macOS'
3232
run: brew install libiconv
3333

34+
- name: Install dependencies (Windows)
35+
if: runner.os == 'Windows'
36+
run: vcpkg install libiconv
37+
3438
- name: Install package
3539
run: |
3640
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)