We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37633c commit aacc61dCopy full SHA for aacc61d
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
run: |
23
mkdir build
24
cd build
25
- LIB=$LIB:$LIBUV_LIB_DIR:$ZLIB_LIB_DIR:$KERBEROS_LIB_DIR
+ LIB=$LIB:${LIBUV_LIB_DIR}:${ZLIB_LIB_DIR}:${KERBEROS_LIB_DIR}
26
echo $LIB
27
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
28
nmake
0 commit comments