Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
share dependencies cache accross entire workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
z-tech committed Sep 25, 2023
1 parent f008023 commit a7f1e58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: mnt4_753-deps-updated-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Conditionally run the tests
# if source code updated OR dependencies updated
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: mnt6_753-deps-updated-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Conditionally run the tests
# if source code updated OR dependencies updated
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: cp6_782-deps-updated-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Conditionally run the tests
# if source code updated OR dependencies updated
Expand Down

0 comments on commit a7f1e58

Please sign in to comment.