about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-05-11 17:19:46 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-05-11 17:19:46 +0000
commit9ee010cc3488c22767848a359cc10f88c499dbdf (patch)
treefc7be7da2ec5a663f7bb4621f033c24357b2e534
parent9e4e8054882de9e0f9496e415eecd5205a52f0e7 (diff)
downloadrust-9ee010cc3488c22767848a359cc10f88c499dbdf.tar.gz
rust-9ee010cc3488c22767848a359cc10f88c499dbdf.zip
Try to workaround gha issue with the caching action
-rw-r--r--.github/workflows/rustc.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rustc.yml b/.github/workflows/rustc.yml
index 75ea94ee797..70c214ce8b1 100644
--- a/.github/workflows/rustc.yml
+++ b/.github/workflows/rustc.yml
@@ -20,7 +20,7 @@ jobs:
       uses: actions/cache@v4
       with:
         path: build/cg_clif
-        key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
+        key: ${{ runner.os }}-rustc-test-cargo-build-target-${{ hashFiles('rust-toolchain', 'Cargo.lock') }}
 
     - name: Prepare dependencies
       run: ./y.sh prepare
@@ -43,7 +43,7 @@ jobs:
       uses: actions/cache@v4
       with:
         path: build/cg_clif
-        key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('rust-toolchain', '**/Cargo.lock') }}
+        key: ${{ runner.os }}-rustc-test-cargo-build-target-${{ hashFiles('rust-toolchain', 'Cargo.lock') }}
 
     - name: Install ripgrep
       run: |