This commit is contained in:
@@ -47,13 +47,18 @@ jobs:
|
||||
with:
|
||||
clean: false
|
||||
|
||||
- name: Cache Cargo registry and target
|
||||
- name: Free disk space
|
||||
run: |
|
||||
sudo rm -rf /usr/local/lib/android /usr/share/dotnet /opt/ghc
|
||||
sudo apt-get clean
|
||||
df -h
|
||||
|
||||
- name: Cache Cargo registry
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
target
|
||||
key: ${{ runner.os }}-${{ env.TARGET }}-cargo-${{ hashFiles('Cargo.lock') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-${{ env.TARGET }}-cargo-
|
||||
|
||||
Reference in New Issue
Block a user