Skip to content

Commit 68956fc

Browse files
committed
Huh, we have LD_LIBRARY_PATH as well here
1 parent fa53577 commit 68956fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ jobs:
2121
- name: Build and run tests
2222
run: |
2323
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
24+
echo "LD_LIBRARY_PATH=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 "LD_LIBRARY_PATH is $LD_LIBRARY_PATH"
26+
ldconfig
2627
mkdir build
2728
cd build
2829
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..

0 commit comments

Comments
 (0)