Skip to content

Commit aacc61d

Browse files
committed
I love fighting with syntax
1 parent f37633c commit aacc61d

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:${LIBUV_LIB_DIR}:${ZLIB_LIB_DIR}:${KERBEROS_LIB_DIR}
2626
echo $LIB
2727
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
2828
nmake

0 commit comments

Comments
 (0)