Skip to content

Commit 82bea68

Browse files
committed
fix CI error with centos 7 (x3)
1 parent aa09120 commit 82bea68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
entrypoint: /bin/bash
2929
args: -lc "
3030
source /opt/rh/devtoolset-8/enable &&
31-
cmake -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE ... &&
31+
cmake -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE . &&
3232
cmake --build build &&
3333
cd build && ctest -C $BUILD_TYPE"
3434

0 commit comments

Comments
 (0)