mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-08 17:42:13 +08:00
@@ -35,7 +35,7 @@ async function setup() {
|
||||
// Download and extract.
|
||||
const sccachePackage = await downloadTool(downloadUrl);
|
||||
|
||||
var sccachePath;
|
||||
let sccachePath;
|
||||
if (getExtension() == 'zip') {
|
||||
sccachePath = await extractZip(sccachePackage);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user