Remove brew upgrade now that the VM is updated

pull/1013/head
Joseph Donofry 3 years ago
parent e92e7e71c4
commit 41c6b75efc
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 3
      .gitlab-ci.yml

@ -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}

Loading…
Cancel
Save