ci: add config option for build step
This commit is contained in:
committed by
Chris Rizzitello
parent
6498fe5a6b
commit
6e01cc6ce5
2
.github/workflows/continuous-integration.yml
vendored
2
.github/workflows/continuous-integration.yml
vendored
@ -219,7 +219,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "$RUNNER_OS" != "Windows" && "${{matrix.target.like}}" != "arch" ]]; then
|
||||
cmake --build build -j8 --target package
|
||||
cmake --build build --config Release -j8 --target package
|
||||
else
|
||||
cmake --build build -j8
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user