File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ jobs:
1818 - uses : ilammy/msvc-dev-cmd@v1
1919 - name : Install dependencies
2020 run : vcpkg install libuv zlib:x64-windows-static krb5
21- - name : Build and run tests
21+ - name : Setup env
2222 run : |
2323 ln -s C:\vcpkg\packages\zlib_x64-windows-static\lib\zlib.lib C:\vcpkg\packages\zlib_x64-windows-static\lib\zlibstatic.lib
24- echo "LIB=$LIB;C:\vcpkg\packages\libuv_x64-windows\lib;C:\vcpkg\packages\zlib_x64-windows-static\lib;C:\vcpkg\packages\krb5_x64-windows\lib" >> $env:GITHUB_ENV
24+ echo "LIB=${{ env.LIB }};C:\vcpkg\packages\libuv_x64-windows\lib;C:\vcpkg\packages\zlib_x64-windows-static\lib;C:\vcpkg\packages\krb5_x64-windows\lib" >> $env:GITHUB_ENV
25+ - name : Build and run tests
26+ run : |
2527 echo "LIB is ${{ env.LIB }}"
2628 mkdir build
2729 cd build
You can’t perform that action at this time.
0 commit comments