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 4cdeaa1 commit f37633cCopy full SHA for f37633c
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
mkdir build
24
cd build
25
LIB=$LIB:$LIBUV_LIB_DIR:$ZLIB_LIB_DIR:$KERBEROS_LIB_DIR
26
- echo $LIB
+ echo $LIB
27
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
28
nmake
29
ls .
0 commit comments