diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index d8f4d56..34dfb5c 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -33,7 +33,8 @@ jobs: continue-on-error: true run: | brew update - brew install qt@5 + brew upgrade || echo '::notice::"brew upgrade" failed. Please check the log to see if the artifact is valid.' + brew install qt@5 || echo '::notice::"brew install qt@5" failed. Please check the log to see if the artifact is valid.' brew link qt5 --force - name: Create build directory