Skip to content

Commit

Permalink
Revert "upgrade sccache (denoland#592)"
Browse files Browse the repository at this point in the history
Doesn't work correctly on windows.

This reverts commit c623c45.
  • Loading branch information
ry authored Feb 8, 2021
1 parent 3d26ffb commit c22b0d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down

0 comments on commit c22b0d3

Please sign in to comment.