From cf70d25ff87b13ab9d92b8d27964ed91837287f5 Mon Sep 17 00:00:00 2001 From: Schell Carl Scivally Date: Wed, 8 Jan 2025 17:25:56 +1300 Subject: [PATCH] ensure cargo cache keys match --- .github/workflows/push.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index d7fd7045..5f88e0dc 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -33,6 +33,7 @@ jobs: - uses: actions/cache@v4 with: path: ~/.cargo + # THIS KEY MUST MATCH BELOW key: cargo-cache-1-${{ runner.os }} - uses: moonrepo/setup-rust@v1 - run: rustup default stable @@ -62,7 +63,8 @@ jobs: - uses: actions/cache@v4 with: path: ~/.cargo - key: cargo-cache-${{ runner.os }} + # THIS KEY MUST MATCH ABOVE + key: cargo-cache-1-${{ runner.os }} - uses: actions/cache@v4 with: path: |