Skip to content

Commit a23bbaf

Browse files
committed
debug
1 parent c9c9007 commit a23bbaf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
bigdecimal
3636
csv
3737
debug
38-
did_you_mean
3938
drb
4039
getoptlong
4140
matrix
@@ -63,9 +62,7 @@ jobs:
6362
typeprof
6463
xmlrpc
6564
]
66-
bundled_gems.each do |gem|
67-
system "gem uninstall #{gem}", exception: true
68-
end
65+
system "gem uninstall #{bundled_gems.join(" ")}", exception: true
6966
'
7067
- name: bundle install
7168
run: |

0 commit comments

Comments
 (0)