Skip to content

Commit f9bdafe

Browse files
committed
Revert "Run ci_setup_linux script for CodeQL job too (#314)"
This reverts commit c4476cf.
1 parent c4476cf commit f9bdafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ _build_impl() {
3737
cd "$REPO_DIR"
3838
JOBS=4
3939
BUILD_TYPE=Release
40-
cmake -S test -B build -D CMAKE_BUILD_TYPE=${BUILD_TYPE} -D CMAKE_PREFIX_PATH="$INSTALL_PREFIX"
40+
cmake -S test -B build -D CMAKE_BUILD_TYPE=${BUILD_TYPE}
4141
cmake --build build --config ${BUILD_TYPE} -j ${JOBS}
4242
}
4343

0 commit comments

Comments
 (0)