diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index dc28db67..3c504865 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -119,7 +119,7 @@ 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/bin sccache-v$SCCACHE-x86_64-unknown-linux-musl/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 /opt/ sccache-v$SCCACHE-x86_64-unknown-linux-musl/sccache chmod +x /usr/bin/sccache - name: configure sccache uses: actions/github-script@v6 @@ -155,6 +155,6 @@ jobs: - name: Run Rust tests run: | cargo test - - name: sccache stats + - name: /opt/sccache stats run: | - /usr/bin/sccache --show-stats \ No newline at end of file + /opt/sccache --show-stats \ No newline at end of file