File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,10 @@ jobs:
16
16
steps :
17
17
- uses : actions/checkout@v4
18
18
- name : Install dependencies
19
- run : vcpkg install libuv zlib:x64-windows-static krb5
19
+ run : pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
20
20
- uses : ilammy/msvc-dev-cmd@v1
21
21
- name : Build and run tests
22
22
run : |
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" >> $GITHUB_ENV
25
- echo "LIB is $LIB"
26
23
mkdir build
27
24
cd build
28
25
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
You can’t perform that action at this time.
0 commit comments