summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2020-05-24 23:35:30 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2020-05-26 08:17:39 +0900
commit6445e4683f7539438481bbf43d2ef62d115f0de2 (patch)
tree5d5ef7d4d1d717175dcfa69e513c8b2dff881dca /.github
parent6d49ec25a91c984c9e5ebb2eb9df4c437e90eaf0 (diff)
downloadmruby-6445e4683f7539438481bbf43d2ef62d115f0de2.tar.gz
mruby-6445e4683f7539438481bbf43d2ef62d115f0de2.zip
Specify the latest `bison` on macOS; ref #4903
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a6441946e..3907baeff 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
run: rake -m -j4 all test
env:
MRUBY_CONFIG: travis_config.rb
- PATH: "/usr/local/opt/bison/bin:$PATH"
+ YACC: /usr/local/opt/bison/bin/bison
Windows-MinGW:
runs-on: windows-latest