what could this be
All checks were successful
Rust Build / build (push) Successful in 9m9s

This commit is contained in:
Soph :3 2026-02-08 14:49:34 +02:00
parent f99a63b267
commit cb8c09a0f9

View file

@ -14,13 +14,13 @@ jobs:
- name: Checkout code - name: Checkout code
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
- name: Cache apt packages - name: Cache apt packages
uses: https://github.com/actions/cache@v3 uses: https://github.com/actions/cache@v2
with: with:
path: /var/cache/apt/archives path: /var/cache/apt/archives
key: apt-${{ runner.os }}-${{ hashFiles('**/apt-packages.txt') }} key: apt-${{ runner.os }}-${{ hashFiles('**/apt-packages.txt') }}
restore-keys: apt-${{ runner.os }}- restore-keys: apt-${{ runner.os }}-
- name: Cache cargo build - name: Cache cargo build
uses: https://github.com/actions/cache@v3 uses: https://github.com/actions/cache@v2
with: with:
path: target path: target
key: cargo-build-${{ hashFiles('**/Cargo.lock') }} key: cargo-build-${{ hashFiles('**/Cargo.lock') }}
@ -28,7 +28,7 @@ jobs:
# --- Cache apt packages --- # --- Cache apt packages ---
- name: Cache cargo registry - name: Cache cargo registry
uses: https://github.com/actions/cache@v3 uses: https://github.com/actions/cache@v2
with: with:
path: | path: |
~/.cargo/registry ~/.cargo/registry