Skip to content

Commit f3ef1b9

Browse files
committed
Okay, let's stop trying to be too clever. Let's test the basic idea first; if we confirm
that it actually fixed anything we can sort out the syntax next.
1 parent aacc61d commit f3ef1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
mkdir build
2424
cd build
25-
LIB=$LIB:${LIBUV_LIB_DIR}:${ZLIB_LIB_DIR}:${KERBEROS_LIB_DIR}
25+
LIB=${LIB}:C:\vcpkg\packages\libuv_x64-windows\lib:C:\vcpkg\packages\zlib_x64-windows\lib:C:\vcpkg\packages\krb5_x64-windows\lib
2626
echo $LIB
2727
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
2828
nmake

0 commit comments

Comments
 (0)