Apparently using regex for finding a word doesn't work.

This commit is contained in:
Julian Groß 2021-09-26 08:13:45 +02:00
parent a9d8c9904b
commit 78248ee6ca

View file

@ -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