From cf4aeb28d71b1ac9bea54dcdc5a9ccda5c499036 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 29 Jul 2021 16:30:02 +0900 Subject: Install `bison` on the platforms. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index f2fa54a89..07c9731df 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,5 +43,6 @@ install: build_script: - set MRUBY_CONFIG=ci/msvc + - set YACC=C:\ProgramData\chocolatey\lib\winflexbison3\tools\win_bison.exe - rake -m test:build - rake test:run -- cgit v1.2.3