mirror of
https://github.com/Mercantec-GHC/h5-projekt-mst.git
synced 2026-08-27 05:37:39 +02:00
remove caching step in pipeline
This commit is contained in:
parent
8172775671
commit
55d920a17f
8
.github/workflows/verify.yml
vendored
8
.github/workflows/verify.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user