diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a404bba1..2d626a0b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -118,8 +118,8 @@ jobs: rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET - name: Install sccache run: | - curl -fsSL https://github.com/mozilla/sccache/releases/download/v$SCCACHE/sccache-v$SCCACHE-x86_64-unknown-linux-musl.tar.gz | tar -xzv --strip-components=1 -C /usr/local/bin sccache-v$SCCACHE-x86_64-unknown-linux-musl/sccache - chmod +x /usr/local/bin/sccache + curl -fsSL https://github.com/mozilla/sccache/releases/download/v$SCCACHE/sccache-v$SCCACHE-x86_64-unknown-linux-musl.tar.gz | tar -xzv --strip-components=1 -C /usr/bin sccache-v$SCCACHE-x86_64-unknown-linux-musl/sccache + chmod +x /usr/bin/sccache - name: configure sccache uses: actions/github-script@v6 with: @@ -156,4 +156,4 @@ jobs: cargo test - name: sccache stats run: | - /usr/local/bin/sccache --show-stats \ No newline at end of file + /usr/bin/sccache --show-stats \ No newline at end of file