File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
.github/actions/cibuildgem Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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/cross- rubies")
2826228262}
2826328263
2826428264function getRbConfigName(rubyPlatform, rubyVersion) {
Original file line number Diff line number Diff 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/cross- rubies" )
6161}
6262
6363function getRbConfigName ( rubyPlatform , rubyVersion ) {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def execute(command, runtime_ruby:)
1717
1818 def volumes_mount
1919 mounts = [
20- "-v #{ ENV [ 'RUNNER_TEMP' ] } /rubies:/opt/rubies" ,
20+ "-v #{ ENV [ 'RUNNER_TEMP' ] } /rubies:/opt/cross- rubies" ,
2121 "-v #{ Dir . home } /.rake-compiler/config.yml:/root/.rake-compiler/config.yml" ,
2222 "-v #{ Dir . pwd } :/project" ,
2323 ]
You can’t perform that action at this time.
0 commit comments