mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 03:03:00 +02:00
disable build tools
This commit is contained in:
parent
f186c9341a
commit
ee8ee9c611
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr_build.yml
vendored
1
.github/workflows/pr_build.yml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
|||
echo ::set-env name=PYTHON_EXEC::python3
|
||||
echo ::set-env name=INSTALLER_EXT::tgz
|
||||
echo ::set-env name=CMAKE_BUILD_EXTRA::"-- -j3"
|
||||
echo ::set-env name=CMAKE_EXTRA::"-DBUILD_TOOLS:BOOLEAN=FALSE"
|
||||
fi
|
||||
# Mac build variables
|
||||
if [ "${{ matrix.os }}" = "macOS-latest" ]; then
|
||||
|
|
Loading…
Reference in a new issue