mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix broken homebrew in macos-as CI
This commit is contained in:
parent
71651b81a8
commit
a646e381e2
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ build-macos-as:
|
||||||
before_script:
|
before_script:
|
||||||
# The following update-reset is a workaround for this issue: https://github.com/Homebrew/homebrew-bundle/issues/1179
|
# The following update-reset is a workaround for this issue: https://github.com/Homebrew/homebrew-bundle/issues/1179
|
||||||
- brew update-reset
|
- brew update-reset
|
||||||
- unset HOMEBREW_NO_AUTO_UPDATE
|
- brew upgrade
|
||||||
- brew bundle --file .ci/macos/Brewfile
|
- brew bundle --file .ci/macos/Brewfile
|
||||||
### CMake 3.29 issue with re2 workaround.
|
### CMake 3.29 issue with re2 workaround.
|
||||||
- brew uninstall cmake
|
- brew uninstall cmake
|
||||||
|
|
Loading…
Reference in a new issue