diff --git a/examples.md b/examples.md index 277c6f3..8bed3b0 100644 --- a/examples.md +++ b/examples.md @@ -456,7 +456,9 @@ When dependencies are installed later in the workflow, we must specify the same ~/.cargo/registry ~/.cargo/git target - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + key: cargo-${{ hashFiles('**/Cargo.lock') }} + restore-keys: | + cargo- ``` ## Scala - SBT