mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
+1
-1
@@ -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