diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ddfa42c7..78dfbf956 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}