Skip to content

Commit c4476cf

Browse files
authored
Run ci_setup_linux script for CodeQL job too (#314)
1 parent 339c056 commit c4476cf

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}
40+
cmake -S test -B build -D CMAKE_BUILD_TYPE=${BUILD_TYPE} -D CMAKE_PREFIX_PATH="$INSTALL_PREFIX"
4141
cmake --build build --config ${BUILD_TYPE} -j ${JOBS}
4242
}
4343

0 commit comments

Comments
 (0)