mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 20:18:53 +03:00
Remove brew upgrade now that the VM is updated
This commit is contained in:
parent
e92e7e71c4
commit
41c6b75efc
1 changed files with 0 additions and 3 deletions
|
@ -76,9 +76,6 @@ build-macos:
|
||||||
stage: build
|
stage: build
|
||||||
tags: [macos]
|
tags: [macos]
|
||||||
before_script:
|
before_script:
|
||||||
- 'brew upgrade qt@5'
|
|
||||||
#- brew reinstall --force python3
|
|
||||||
#- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
|
|
||||||
- rm -rf ../.hunter && mv .hunter ../.hunter || true
|
- rm -rf ../.hunter && mv .hunter ../.hunter || true
|
||||||
script:
|
script:
|
||||||
- export PATH=/usr/local/opt/qt@5/bin/:${PATH}
|
- export PATH=/usr/local/opt/qt@5/bin/:${PATH}
|
||||||
|
|
Loading…
Reference in a new issue