Remove brew upgrade now that the VM is updated

This commit is contained in:
Joseph Donofry 2022-03-23 11:00:03 -04:00
parent e92e7e71c4
commit 41c6b75efc
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 0 additions and 3 deletions

View File

@ -76,9 +76,6 @@ build-macos:
stage: build
tags: [macos]
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
script:
- export PATH=/usr/local/opt/qt@5/bin/:${PATH}