summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 16:30:02 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2021-07-29 16:30:02 +0900
commitcf4aeb28d71b1ac9bea54dcdc5a9ccda5c499036 (patch)
treeddcca5172efd8a84fecad3115eb1733ec78c70d1 /.github/workflows/build.yml
parent60517c121f624efadc2cbf6420bb605d060bf54e (diff)
downloadmruby-removing-y-tab-c.tar.gz
mruby-removing-y-tab-c.zip
Install `bison` on the platforms.removing-y-tab-c
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 91ff8f525..7745f9676 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -90,8 +90,10 @@ jobs:
run: ruby -v
- name: Compiler version
run: ${{ env.CC }} --version
- - name: Install Bison
- run: pacman -S bison
+ - uses: msys2/setup-msys2@v2
+ with:
+ update: true
+ install: 'git base-devel bison'
- name: Build and test
run: rake -m test:build && rake test:run
@@ -146,7 +148,7 @@ jobs:
timeout-minutes: 10
env:
MRUBY_CONFIG: ci/msvc
- BISON: C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_bison.exe
+ YACC: C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_bison.exe
steps:
- uses: actions/[email protected]
- name: Ruby version