We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ca0a7 commit 16fd348Copy full SHA for 16fd348
.github/workflows/test.yaml
@@ -31,7 +31,7 @@ jobs:
31
path: |
32
.cargo-home/registry
33
.cargo-home/git
34
- key: ${{ runner.os }}-cargo-${{ hashFiles('tools/rust-sim-runtime/Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-${{ hashFiles('tools/rust-sim-runtime/Cargo.toml', 'tools/rust-sim-runtime/Cargo.lock') }}
35
restore-keys: |
36
${{ runner.os }}-cargo-
37
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Prefetch Rust Dependencies
50
run: |
51
- . setup.sh && cargo fetch --manifest-path tools/rust-sim-runtime/Cargo.toml --locked
+ . setup.sh && cargo fetch --manifest-path tools/rust-sim-runtime/Cargo.toml
52
53
- name: Build All Components
54
0 commit comments