Skip to content

Commit c60f13b

Browse files
committed
Is this just a matter of using pacman rather than vcpkg?
1 parent c8ab8d6 commit c60f13b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,10 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- 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
2020
- uses: ilammy/msvc-dev-cmd@v1
2121
- name: Build and run tests
2222
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"
2623
mkdir build
2724
cd build
2825
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..

0 commit comments

Comments
 (0)