We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0eafafb + b16249b commit c8d88c8Copy full SHA for c8d88c8
.github/workflows/windows.yml
@@ -33,7 +33,7 @@ jobs:
33
34
res = URI.parse("https://stdgems.org/bundled_gems.json").read
35
bundled_gems = JSON.parse(res)["gems"].map{_1["gem"]}
36
- system "gem uninstall #{bundled_gems.join(" ")}", exception: true
+ system "gem uninstall #{bundled_gems.join(" ")} --force", exception: true
37
'
38
- name: bundle install
39
run: |
0 commit comments