Skip to content

Commit

Permalink
Apparently using regex for finding a word doesn't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGro committed Sep 26, 2021
1 parent a9d8c99 commit 78248ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78248ee

Please sign in to comment.