Skip to content

Commit 67b9d8a

Browse files
committed
Debug
1 parent 0f391fe commit 67b9d8a

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
@@ -34,11 +34,8 @@ jobs:
3434
res = URI.parse("https://stdgems.org/bundled_gems.json").read
3535
bundled_gems = JSON.parse(res)["gems"].map{_1["gem"]}
3636
bundled_gems.each do |gem|
37-
system "gem uninstall #{gem}", exception: true
38-
rescue Gem::DependencyRemovalException
39-
puts "Failed to uninstall #{gem}"
4037
system "gem dependency --reverse-dependencies #{gem}"
41-
raise
38+
system "gem uninstall #{gem}", exception: true
4239
end
4340
'
4441
- name: bundle install

0 commit comments

Comments
 (0)