summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2022-03-23 11:00:03 -0400
committerJoseph Donofry <rubberduckie3554@gmail.com>2022-03-23 11:00:03 -0400
commit41c6b75efc7d5c1f3eb2c8c7819fefdca477e372 (patch)
tree9bdddaea16d975e3bac8f80e4f60287802b01036
parentUpdate qt5 for macos in notarize step (diff)
downloadnheko-41c6b75efc7d5c1f3eb2c8c7819fefdca477e372.tar.xz
Remove brew upgrade now that the VM is updated
-rw-r--r--.gitlab-ci.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index d85f14a4..9d6fee3c 100644 --- a/.gitlab-ci.yml +++ b/.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}