removed CI cargo cache
All checks were successful
CI / tests (push) Successful in 17s

This commit is contained in:
2025-07-15 11:54:41 +02:00
parent 2e29a79f4c
commit 534caf24a7

View File

@ -13,19 +13,6 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cache cargo builds
uses: https://github.com/LordBaryhobal/gitea-cache-action@v4
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
save-always: true
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Install tytanic - name: Install tytanic
run: cargo binstall tytanic@0.2.2 run: cargo binstall tytanic@0.2.2