File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/cibuildgem Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28294,7 +28294,7 @@ function rubyBuilderURL(rubyVersion) {
2829428294}
2829528295
2829628296function linuxRuby(rubyVersion) {
28297- `https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${rubyVersion}.zip`
28297+ return `https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${rubyVersion}.zip`
2829828298}
2829928299
2830028300function windowsInstallerURL(rubyVersion) {
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ function rubyBuilderURL(rubyVersion) {
9393}
9494
9595function linuxRuby ( rubyVersion ) {
96- `https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${ rubyVersion } .zip`
96+ return `https://github.com/Shopify/cibuildgem/releases/download/ruby-builder/ruby-${ rubyVersion } .zip`
9797}
9898
9999function windowsInstallerURL ( rubyVersion ) {
You can’t perform that action at this time.
0 commit comments