remove caching step in pipeline

This commit is contained in:
Mikkel Troels Kongsted 2026-03-24 08:44:28 +01:00
parent 8172775671
commit 55d920a17f

View File

@ -28,14 +28,6 @@ jobs:
steps:
- uses: actions/checkout@v6
- run: rustup default stable
- name: cache crates
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: check
working-directory: ./game
run: cargo check