File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,12 @@ jobs:
18
18
- uses : ilammy/msvc-dev-cmd@v1
19
19
- name : Install dependencies
20
20
run : vcpkg install libuv zlib:x64-windows-static krb5
21
- - name : Build and run tests
21
+ - name : Setup env
22
22
run : |
23
23
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 : |
25
27
echo "LIB is ${{ env.LIB }}"
26
28
mkdir build
27
29
cd build
You can’t perform that action at this time.
0 commit comments