Skip to content

Commit

Permalink
update checksum
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Apr 19, 2024
1 parent 9851637 commit ff9f6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/restore/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59669,7 +59669,7 @@ async function installSccacheMac() {
await execBash("brew install sccache");
}
async function installSccacheLinux() {
await installSccacheFromGitHub("v0.7.6", "x86_64-unknown-linux-musl", "59793c3b6ac65f2f3b7e3f20f93192c705838335f44a175e1f6767132016a1f6", "/usr/local/bin/", "sccache");
await installSccacheFromGitHub("v0.7.6", "x86_64-unknown-linux-musl", "8c2bb0805983a6fe334fa8b5c26db2c5fc3a7fc3dbf51522a08f2e4c50e4fbe7", "/usr/local/bin/", "sccache");
}
async function installSccacheWindows() {
await installSccacheFromGitHub("v0.7.6", "x86_64-pc-windows-msvc", "48e88be2ba87dca8d74364f045894ec214b6c850e65e61ab44e5071055c9e6d3",
Expand Down
2 changes: 1 addition & 1 deletion src/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async function installSccacheLinux() : Promise<void> {
await installSccacheFromGitHub(
"v0.7.6",
"x86_64-unknown-linux-musl",
"59793c3b6ac65f2f3b7e3f20f93192c705838335f44a175e1f6767132016a1f6",
"8c2bb0805983a6fe334fa8b5c26db2c5fc3a7fc3dbf51522a08f2e4c50e4fbe7",
"/usr/local/bin/",
"sccache"
);
Expand Down

0 comments on commit ff9f6cc

Please sign in to comment.