We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8214b52 commit b7f85c6Copy full SHA for b7f85c6
.github/actions/cibuildgem/src/index.js
@@ -93,7 +93,7 @@ function rubyBuilderURL(rubyVersion) {
93
}
94
95
function linuxRuby(rubyVersion) {
96
- `https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${rubyVersion}.zip`
+ return `https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${rubyVersion}.zip`
97
98
99
function windowsInstallerURL(rubyVersion) {
0 commit comments