Cache Cargo dependencies
Build / build (push) Successful in 3m48s

This commit is contained in:
2026-07-26 11:40:39 +02:00
parent ff6bc6ab4c
commit 1789e7b552
+10
View File
@@ -18,6 +18,16 @@ jobs:
x86_64-unknown-linux-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
run: |
apt-get update