diff --git a/examples.md b/examples.md index c66eca6..82b6b71 100644 --- a/examples.md +++ b/examples.md @@ -453,9 +453,11 @@ When dependencies are installed later in the workflow, we must specify the same - uses: actions/cache@v2 with: path: | - ~/.cargo/registry - ~/.cargo/git - target + ~/.cargo/bin/ + ~/.cargo/registry/index/ + ~/.cargo/registry/cache/ + ~/.cargo/git/db/ + target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} ```