mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
Create the .complete file so tc.find() can find it for future runs for self-hosted runners
This commit is contained in:
@@ -60,6 +60,10 @@ async function downloadAndExtract(platform, engine, version, rubyPrefix) {
|
||||
await exec.exec('tar', ['-xz', '-C', parentDir, '-f', downloadPath])
|
||||
}
|
||||
})
|
||||
|
||||
if (common.shouldUseToolCache(engine, version)) {
|
||||
common.createToolCacheCompleteFile(rubyPrefix)
|
||||
}
|
||||
}
|
||||
|
||||
function getDownloadURL(platform, engine, version) {
|
||||
|
||||
Reference in New Issue
Block a user