Skip to content

Commit f37633c

Browse files
committed
I mean really...
1 parent 4cdeaa1 commit f37633c

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
@@ -23,7 +23,7 @@ jobs:
2323
mkdir build
2424
cd build
2525
LIB=$LIB:$LIBUV_LIB_DIR:$ZLIB_LIB_DIR:$KERBEROS_LIB_DIR
26-
echo $LIB
26+
echo $LIB
2727
cmake -G "NMake Makefiles" -DCASS_BUILD_UNIT_TESTS=On ..
2828
nmake
2929
ls .

0 commit comments

Comments
 (0)