Skip to content

Commit f3bc56e

Browse files
authored
ci: Remove unnecessary gem install to fix CI error (#266)
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent 7287d1a commit f3bc56e

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)