mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
Workaround re2 cmake issue on AS runner
This commit is contained in:
parent
d871b07fca
commit
df88eccfb7
1 changed files with 5 additions and 0 deletions
|
@ -268,6 +268,11 @@ build-macos-as:
|
|||
- brew update-reset
|
||||
- unset HOMEBREW_NO_AUTO_UPDATE
|
||||
- brew bundle --file .ci/macos/Brewfile
|
||||
### CMake 3.29 issue with re2 workaround.
|
||||
- brew uninstall cmake
|
||||
- curl "https://raw.githubusercontent.com/Homebrew/homebrew-core/9ae2628ed1337f342960fd6c2598ae69cf057615/Formula/c/cmake.rb" -o /tmp/cmake.rb
|
||||
- brew install -s /tmp/cmake.rb
|
||||
### End Cmake 3.29 issue with re2 workaround.
|
||||
- pipx install aqtinstall
|
||||
- pipx ensurepath
|
||||
- . ~/.zshrc
|
||||
|
|
Loading…
Reference in a new issue