Skip to content

Commit

Permalink
ragel.yml - use bundle exec rake instead of rake (#3269)
Browse files Browse the repository at this point in the history
setup/ruby sets `BUNDLE_PATH`
  • Loading branch information
MSP-Greg committed Oct 28, 2023
1 parent c9806d1 commit 16d5dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ragel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
ragel --version
Remove-Item -Path ext/puma_http11/http11_parser.c
Remove-Item -Path ext/puma_http11/org/jruby/puma/Http11Parser.java
rake ragel
bundle exec rake ragel
if ($IsWindows) {
dos2unix ext/puma_http11/http11_parser.c
dos2unix ext/puma_http11/org/jruby/puma/Http11Parser.java
Expand Down

0 comments on commit 16d5dc9

Please sign in to comment.