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