Skip to content

Commit

Permalink
ci: add workaround for broken brew update
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed Jul 6, 2023
1 parent f1e372b commit 8f9d88e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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: |
Expand All @@ -112,6 +114,8 @@ jobs:
;
brew install asciidoctor guile lua pkg-config ruby
- uses: actions/checkout@v2

- name: Build
env:
CC: ${{ matrix.config.cc }}
Expand Down

0 comments on commit 8f9d88e

Please sign in to comment.