mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-08 17:42:13 +08:00
@@ -17,7 +17,7 @@ async function setup() {
|
||||
|
||||
// Download and extract.
|
||||
const sccachePackage = await downloadTool(downloadUrl);
|
||||
const sccachePath = (await extractTar(sccachePackage)) + `/sccache`;
|
||||
const sccachePath = await extractTar(sccachePackage);
|
||||
|
||||
// Cache sccache.
|
||||
const sccacheHome = await cacheDir(sccachePath, 'sccache', version);
|
||||
|
||||
Reference in New Issue
Block a user