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 authored and nateberkopec committed Jan 2, 2024
1 parent 85765b2 commit 8ce86b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ragel.yml
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 8ce86b4

Please sign in to comment.