summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 12:16:00 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 12:16:00 +0900
commit60517c121f624efadc2cbf6420bb605d060bf54e (patch)
treef0696431149a9261fb7cb74d9e036933f4e354e8 /.github/workflows/build.yml
parentfed3a7c68a0247b1e19a94a47776797c26b669b2 (diff)
downloadmruby-60517c121f624efadc2cbf6420bb605d060bf54e.tar.gz
mruby-60517c121f624efadc2cbf6420bb605d060bf54e.zip
Install `bison` explicitly on MinGw and Windows-VC.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
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/[email protected]
- name: Ruby version