mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 21:42:31 +02:00
get multiple linux artifacts to check them out
This commit is contained in:
parent
3105b7f7c6
commit
44cc1c14b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
|||
# Linux build variables
|
||||
if [[ "${{ matrix.os }}" = "ubuntu-"* ]]; then
|
||||
echo ::set-env name=PYTHON_EXEC::python3
|
||||
echo ::set-env name=INSTALLER_EXT::tgz
|
||||
echo ::set-env name=INSTALLER_EXT::*
|
||||
echo ::set-env name=CMAKE_BUILD_EXTRA::"-- -j3"
|
||||
echo ::set-env name=CMAKE_EXTRA::"-DBUILD_TOOLS:BOOLEAN=FALSE"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue