Skip to content
Snippets Groups Projects
Verified Commit 571ae3d5 authored by Joe Donofry's avatar Joe Donofry
Browse files

Disable brew in macos CI

parent 87e81498
No related branches found
No related tags found
No related merge requests found
Pipeline #1518 passed
......@@ -52,9 +52,9 @@ build-macos:
stage: build
tags: [macos]
before_script:
- brew update
- brew reinstall --force python3
- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
#- brew update
#- brew reinstall --force python3
#- brew bundle --file=./.ci/macos/Brewfile --force --cleanup
- pip3 install dmgbuild
- rm -rf ../.hunter && mv .hunter ../.hunter || true
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment