Skip to content

Commit

Permalink
Trying to get syntax right
Browse files Browse the repository at this point in the history
  • Loading branch information
absurdfarce committed Oct 30, 2024
1 parent f3ef1b9 commit 8ada1de
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}:C:\vcpkg\packages\libuv_x64-windows\lib:C:\vcpkg\packages\zlib_x64-windows\lib:C:\vcpkg\packages\krb5_x64-windows\lib
export 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 8ada1de

Please sign in to comment.