mirror of
https://github.com/mozilla-actions/sccache-action
synced 2026-09-14 20:13:56 +00:00
Vendored
+1
-1
@@ -74,7 +74,7 @@ function getFilename(version) {
|
||||
return `sccache-${version}-${getArch()}-${getPlatform()}.${getExtension()}`;
|
||||
}
|
||||
function getDirname(version) {
|
||||
return `sccache-${version}-${getArch()}-${getPlatform()}}`;
|
||||
return `sccache-${version}-${getArch()}-${getPlatform()}`;
|
||||
}
|
||||
function getArch() {
|
||||
switch (process.arch) {
|
||||
|
||||
Reference in New Issue
Block a user