Skip to content

Commit 39f3e63

Browse files
Link them
1 parent 4dc0a93 commit 39f3e63

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
@@ -33,7 +33,11 @@ jobs:
3333

3434
- name: Install dependencies (Windows)
3535
if: runner.os == 'Windows'
36-
run: vcpkg install libiconv
36+
run: |
37+
vcpkg install libiconv
38+
echo "INCLUDE=C:\vcpkg\installed\x64-windows\include;$env:INCLUDE" >> $env:GITHUB_ENV
39+
echo "LIB=C:\vcpkg\installed\x64-windows\lib;$env:LIB" >> $env:GITHUB_ENV
40+
3741
3842
- name: Install package
3943
run: |

0 commit comments

Comments
 (0)