Skip to content

Commit b7f85c6

Browse files
committed
WIP
1 parent 8214b52 commit b7f85c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/cibuildgem/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function rubyBuilderURL(rubyVersion) {
9393
}
9494

9595
function 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

9999
function windowsInstallerURL(rubyVersion) {

0 commit comments

Comments
 (0)