From a7f1e58784f5d3a61762142312bc5d89d371ed19 Mon Sep 17 00:00:00 2001 From: Andrew Zitek Date: Mon, 25 Sep 2023 15:52:44 +0200 Subject: [PATCH] share dependencies cache accross entire workspace --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74a4787a..1523cbfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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