Formula qt5 was renamed to qt@5
This commit is contained in:
parent
c258d76c80
commit
a65ce7a28c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -euox pipefail
|
||||
|
||||
#Homebrew randomly fails to update. Retry 5 times with 15s interval
|
||||
# Homebrew randomly fails to update. Retry 5 times with 15s interval
|
||||
for i in {1..5}; do brew update && break || { echo "Update failed, retrying..."; sleep 15; }; done
|
||||
|
||||
brew install coreutils
|
||||
|
@ -10,4 +10,4 @@ brew install qt@5
|
|||
brew link qt@5
|
||||
|
||||
# Workaround: https://github.com/Homebrew/homebrew-core/issues/8392
|
||||
echo "$(brew --prefix qt5)/bin" >> $GITHUB_PATH
|
||||
echo "$(brew --prefix qt@5)/bin" >> $GITHUB_PATH
|
Loading…
Add table
Add a link
Reference in a new issue