From 4b9c8675c742c22b2cbfac9475149905ec5e697f Mon Sep 17 00:00:00 2001 From: yui-knk Date: Sat, 6 Jan 2024 13:02:26 +0900 Subject: [PATCH] Install previous version of winflexbison CI fails to install winflexbison because of checksum mismatch. Change to install previous version to fix it. See: https://github.com/ruby/lrama/actions/runs/7429169162/job/20217621117 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 20701d79..235292a1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,7 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - - run: choco install winflexbison || choco install winflexbison + - run: choco install winflexbison --version=2.4.8.20170203 || choco install winflexbison --version=2.4.8.20170203 - run: win_flex --help - run: bundle install - run: bundle exec rspec