differentiate debug/release in cache key (#5613)

This commit is contained in:
Jack Amadeo
2025-11-06 16:26:26 -08:00
committed by GitHub
parent 20ba2fdb7e
commit 61125ef7fa
7 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -95,9 +95,9 @@ jobs:
${{ env.CARGO_HOME }}/registry/index/
${{ env.CARGO_HOME }}/registry/cache/
${{ env.CARGO_HOME }}/git/db/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }}
restore-keys: |
${{ runner.os }}-cargo-
${{ runner.os }}-cargo-release-
- name: Build goosed binary
env: