Skip to content

Commit

Permalink
Fix windows release (#62)
Browse files Browse the repository at this point in the history
**Issue:**
The windows release workflow breaks, due to manual install of latest bundler, which no longer works with Ruby 2.x

**Description of changes:**
Remove manual install of bundler, the `setup-ruby` action already takes care of installing a compatible version
  • Loading branch information
graebm authored Jun 13, 2024
1 parent 38436da commit 51b872b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"packages": [],
"build_steps": [
"ruby -v",
"command -v bundler >/dev/null 2>&1 || gem install bundler",
"bundle install",
"bundle exec rake release"
]
Expand Down

0 comments on commit 51b872b

Please sign in to comment.