Skip to content

Commit 54ae554

Browse files
committed
WIP
1 parent 9c0ae06 commit 54ae554

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/cibuildgem/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28258,7 +28258,7 @@ function normalizedPath(path) {
2825828258
return path;
2825928259
}
2826028260

28261-
return path.replace(rubiesPath, "/opt/rubies")
28261+
return path.replace(rubiesPath(), "/opt/rubies")
2826228262
}
2826328263

2826428264
function getRbConfigName(rubyPlatform, rubyVersion) {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function normalizedPath(path) {
5757
return path;
5858
}
5959

60-
return path.replace(rubiesPath, "/opt/rubies")
60+
return path.replace(rubiesPath(), "/opt/rubies")
6161
}
6262

6363
function getRbConfigName(rubyPlatform, rubyVersion) {

0 commit comments

Comments
 (0)