Skip to content

Commit 9a38392

Browse files
ci: update cache key pattern in CI configuration
1 parent bd305ca commit 9a38392

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
~/.cargo/registry/cache/
3939
~/.cargo/git/db/
4040
native/target/
41-
key: ${{ runner.os }}-cargo-${{ hashFiles('native/Cargo.toml') }}
41+
key: ${{ runner.os }}-Cargo-${{ hashFiles('native/Cargo.*') }}
4242
restore-keys: |
43-
${{ runner.os }}-cargo-
43+
${{ runner.os }}-Cargo-
4444
4545
- name: Run Build
4646
run: dotnet build -c Release

0 commit comments

Comments
 (0)