We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc0a93 commit 39f3e63Copy full SHA for 39f3e63
1 file changed
.github/workflows/test.yml
@@ -33,7 +33,11 @@ jobs:
33
34
- name: Install dependencies (Windows)
35
if: runner.os == 'Windows'
36
- run: vcpkg install libiconv
+ 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
+
41
42
- name: Install package
43
run: |
0 commit comments