mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Disable brew in macos CI
This commit is contained in:
parent
87e81498b7
commit
571ae3d51b
1 changed files with 3 additions and 3 deletions
|
@ -52,9 +52,9 @@ build-macos:
|
||||||
stage: build
|
stage: build
|
||||||
tags: [macos]
|
tags: [macos]
|
||||||
before_script:
|
before_script:
|
||||||
- brew update
|
#- brew update
|
||||||
- brew reinstall --force python3
|
#- brew reinstall --force python3
|
||||||
- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
|
#- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
|
||||||
- pip3 install dmgbuild
|
- pip3 install dmgbuild
|
||||||
- rm -rf ../.hunter && mv .hunter ../.hunter || true
|
- rm -rf ../.hunter && mv .hunter ../.hunter || true
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue