Cache Cargo dependencies

This commit is contained in:
2026-07-26 11:40:39 +02:00
parent ff6bc6ab4c
commit 4c00e9dcbe
+10
View File
@@ -18,6 +18,16 @@ jobs:
x86_64-unknown-linux-gnu x86_64-unknown-linux-gnu
x86_64-pc-windows-gnu x86_64-pc-windows-gnu
- uses: https://gitea.com/actions/cache@v6
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
cargo-${{ runner.os }}-
- name: Install dependencies - name: Install dependencies
run: | run: |
apt-get update apt-get update