Skip to content

Commit

Permalink
Is this just a matter of using pacman rather than vcpkg?
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Oct 30, 2024
1 parent c8ab8d6 commit c60f13b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: vcpkg install libuv zlib:x64-windows-static krb5
run: pacman -S libuv libuv-devel zlib zlib-devel heimdal-libs mingw-w64-x86_64-ntldd
- uses: ilammy/msvc-dev-cmd@v1
- name: Build and run tests
run: |
ln -s C:\vcpkg\packages\zlib_x64-windows-static\lib\zlib.lib C:\vcpkg\packages\zlib_x64-windows-static\lib\zlibstatic.lib
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
echo "LIB is $LIB"
mkdir build
cd build
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
Expand Down

0 comments on commit c60f13b

Please sign in to comment.