1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

ci: add workaround for broken brew update

This commit is contained in:
Sébastien Helleu
2023-07-06 22:24:15 +02:00
parent f1e372b5e2
commit 8f9d88edd0
+5 -1
View File
@@ -92,7 +92,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Homebrew
id: setup-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Install dependencies
run: |
@@ -112,6 +114,8 @@ jobs:
;
brew install asciidoctor guile lua pkg-config ruby
- uses: actions/checkout@v2
- name: Build
env:
CC: ${{ matrix.config.cc }}