Skip to content

Commit

Permalink
Install previous version of winflexbison
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yui-knk committed Jan 6, 2024
1 parent 342941f commit 4b9c867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b9c867

Please sign in to comment.