mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 08:14:48 +02:00
Apparently using regex for finding a word doesn't work.
This commit is contained in:
parent
a9d8c9904b
commit
78248ee6ca
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