mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Update cirrus build to work around brew bundle issue
This commit is contained in:
parent
da60aa8802
commit
5edbad612e
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ task:
|
|||
environment:
|
||||
GITLAB_TRIGGER_TOKEN: ENCRYPTED[!5fb4bbdecbde3b2c766ac7383dca573cd5ec8b815c5ac9bede0cadfe9ad70ecd3e64b1728f7840da087099f3fc1fd4f7!]
|
||||
homebrew_script:
|
||||
# The following update-reset is a workaround for this issue: https://github.com/Homebrew/homebrew-bundle/issues/1179
|
||||
- brew update-reset
|
||||
- unset HOMEBREW_NO_AUTO_UPDATE
|
||||
- brew bundle --file .ci/macos/Brewfile
|
||||
build_script:
|
||||
- export PATH="$(brew --prefix qt5)/bin/:${PATH}"
|
||||
|
|
Loading…
Reference in a new issue