diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-06 09:51:41 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-01-06 10:39:07 +0100 |
commit | 03d817d2770d2238cc84042742755f81e0a6dd8c (patch) | |
tree | 5e400bf7d04338540d5677552ea00dda375ed854 /.gitlab-ci.yml | |
parent | Fix typing notifications flickering sometimes (diff) | |
download | nheko-03d817d2770d2238cc84042742755f81e0a6dd8c.tar.xz |
Force override macos deps in CI
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a6775db..4fa41d37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,8 @@ build-macos: tags: [macos] before_script: - brew update - - brew bundle --file=./.ci/macos/Brewfile + - brew reinstall --force python3 + - brew bundle --file=./.ci/macos/Brewfile --force --cleanup - pip3 install dmgbuild script: - export PATH=/usr/local/opt/qt/bin/:${PATH} |