ci: Base `target` cache key on env.RUST_STABLE (version)

This commit is contained in:
Trent Nelson 2021-01-29 15:39:01 -07:00 committed by Trent Nelson
parent 190e664dd1
commit 99d7ba1563
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}
key: cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE}}
- uses: actions/cache@v2
with: