From 60517c121f624efadc2cbf6420bb605d060bf54e Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 29 Jul 2021 12:16:00 +0900 Subject: Install `bison` explicitly on MinGw and Windows-VC. --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc44b563e..91ff8f525 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,6 +90,8 @@ jobs: run: ruby -v - name: Compiler version run: ${{ env.CC }} --version + - name: Install Bison + run: pacman -S bison - name: Build and test run: rake -m test:build && rake test:run @@ -144,6 +146,7 @@ jobs: timeout-minutes: 10 env: MRUBY_CONFIG: ci/msvc + BISON: C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_bison.exe steps: - uses: actions/checkout@v2.3.4 - name: Ruby version -- cgit v1.2.3