Skip to content

Commit e01517f

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

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/linux.yml

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

.github/workflows/windows.yml

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

0 commit comments

Comments
 (0)