Skip to content

Commit d2c01e6

Browse files
committed
ci: Remove unnecessary bundle install to fix CI error
Signed-off-by: Shizuo Fujita <[email protected]>
1 parent 7287d1a commit d2c01e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121
env:
2222
CI: true
2323
run: |
24-
gem install bundler rake
2524
bundle install --jobs 4 --retry 3
2625
bundle exec rake test

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121
env:
2222
CI: true
2323
run: |
24-
gem install bundler rake
2524
bundle install --jobs 4 --retry 3
2625
bundle exec rake test

0 commit comments

Comments
 (0)