From 70186b4235eaaba13c420eee2dc8296ef1f75382 Mon Sep 17 00:00:00 2001 From: Reese Williams Date: Sun, 1 Jan 2023 04:29:11 +0000 Subject: [PATCH] Update Bison in actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afbd68e5..77d40c7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -76,7 +76,7 @@ jobs: key: ${{ runner.os }}-ruby-v1-${{ hashFiles('.git/modules/librubyfmt/ruby_checkout/HEAD') }} - if: runner.os == 'macOS' run: | - brew install automake + brew install automake bison - run: ./script/test.sh - uses: actions/upload-artifact@v3 with: