mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 20:02:38 +02:00
I hate this
This commit is contained in:
parent
78248ee6ca
commit
48d6f348ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
|||
echo "VIRCADIA_USE_SYSTEM_QT=true" >> $GITHUB_ENV
|
||||
echo "CI_WORKSPACE=${{runner.workspace}}" >> $GITHUB_ENV
|
||||
fi
|
||||
if [ "${{ matrix.os }}" = *"aarch64" ]; then
|
||||
if [[ "${{ matrix.os }}" = *"aarch64" ]]; then
|
||||
echo "VCPKG_FORCE_SYSTEM_BINARIES=true" >> $GITHUB_ENV
|
||||
fi
|
||||
if [ "${{ matrix.build_type }}" = "full" ]; then
|
||||
|
|
Loading…
Reference in a new issue