summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-11-17 20:53:17 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2024-11-17 20:53:17 +0100
commita646e381e22e1a03960314e1eec6f16e5cd62be5 (patch)
tree75884cdb17da46a7e95b603124637c208210024d
parentGet rid of reply fallback in text messages since MSC2781 is merged (diff)
downloadnheko-a646e381e22e1a03960314e1eec6f16e5cd62be5.tar.xz
Fix broken homebrew in macos-as CI
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index 83b8614b..717bef1b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -271,7 +271,7 @@ build-macos-as: before_script: # The following update-reset is a workaround for this issue: https://github.com/Homebrew/homebrew-bundle/issues/1179 - brew update-reset - - unset HOMEBREW_NO_AUTO_UPDATE + - brew upgrade - brew bundle --file .ci/macos/Brewfile ### CMake 3.29 issue with re2 workaround. - brew uninstall cmake