summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-05-24 23:12:27 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-05-24 23:12:27 +0900
commit6803ddb8e2afa5cbbb8cbec01b6a4a37a76c4b48 (patch)
tree594d673c13d3418a5e7f59c357a1596eef7de97f /.github
parent4ce3997ca4821394ed9ce572daace59383a62b41 (diff)
downloadmruby-6803ddb8e2afa5cbbb8cbec01b6a4a37a76c4b48.tar.gz
mruby-6803ddb8e2afa5cbbb8cbec01b6a4a37a76c4b48.zip
Use the newer `bison` on GitHub actions macOS; ref #4903
`Windows-MinGW` and `Windows-VC` also requires updates.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d743d4ffb..a6441946e 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -50,6 +50,7 @@ jobs:
run: rake -m -j4 all test
env:
MRUBY_CONFIG: travis_config.rb
+ PATH: "/usr/local/opt/bison/bin:$PATH"
Windows-MinGW:
runs-on: windows-latest