mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
re-add crate caching
This commit is contained in:
parent
03d474c6d9
commit
96a4dba3e4
8
.github/workflows/verify.yml
vendored
8
.github/workflows/verify.yml
vendored
@ -28,6 +28,14 @@ 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: ./unnamed-game-engine
|
||||
run: cargo check
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user