Skip to content

Commit 0a56712

Browse files
authored
Remove redundant bundler installation from GitHub Actions workflow
Before: - name: Install dependencies run: gem install bundler rake After: - name: Install dependencies run: gem install rake
1 parent 57ba441 commit 0a56712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
env:
2424
CI: true
2525
run: |
26-
gem install bundler rake
26+
gem install rake
2727
bundle install --jobs 4 --retry 3
2828
bundle exec rake test

0 commit comments

Comments
 (0)