Skip to content

Commit

Permalink
Okay, let's stop trying to be too clever. Let's test the basic idea f…
Browse files Browse the repository at this point in the history
…irst; if we confirm

that it actually fixed anything we can sort out the syntax next.
  • Loading branch information
absurdfarce committed Oct 29, 2024
1 parent aacc61d commit f3ef1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
mkdir build
cd build
LIB=$LIB:${LIBUV_LIB_DIR}:${ZLIB_LIB_DIR}:${KERBEROS_LIB_DIR}
LIB=${LIB}:C:\vcpkg\packages\libuv_x64-windows\lib:C:\vcpkg\packages\zlib_x64-windows\lib:C:\vcpkg\packages\krb5_x64-windows\lib
echo $LIB
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
nmake
Expand Down

0 comments on commit f3ef1b9

Please sign in to comment.