mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
Revert "upgrade sccache (#592)"
Doesn't work correctly on windows.
This reverts commit c623c451b1
.
This commit is contained in:
parent
3d26ffbf17
commit
c22b0d3e38
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -146,7 +146,7 @@ jobs:
|
|||
SCCACHE_CACHE_SIZE: 128M
|
||||
SCCACHE_IDLE_TIMEOUT: 0
|
||||
run: |
|
||||
$version = "v0.2.15"
|
||||
$version = "0.2.12"
|
||||
$platform =
|
||||
@{ "macOS" = "x86_64-apple-darwin"
|
||||
"Linux" = "x86_64-unknown-linux-musl"
|
||||
|
@ -158,7 +158,6 @@ jobs:
|
|||
cd ~
|
||||
curl -LO $url
|
||||
tar -xzvf "$basename.tar.gz"
|
||||
chmod u+x $basename/sccache
|
||||
. $basename/sccache --start-server
|
||||
echo "$(pwd)/$basename" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||
|
||||
|
|
Loading…
Reference in a new issue