What about /opt ?

This commit is contained in:
Morgan Funtowicz 2024-04-30 16:42:01 +02:00
parent 853400cedb
commit 6ec7876edb
1 changed files with 3 additions and 3 deletions

View File

@ -119,7 +119,7 @@ jobs:
rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
- name: Install sccache - name: Install sccache
run: | 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 chmod +x /usr/bin/sccache
- name: configure sccache - name: configure sccache
uses: actions/github-script@v6 uses: actions/github-script@v6
@ -155,6 +155,6 @@ jobs:
- name: Run Rust tests - name: Run Rust tests
run: | run: |
cargo test cargo test
- name: sccache stats - name: /opt/sccache stats
run: | run: |
/usr/bin/sccache --show-stats /opt/sccache --show-stats