We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5cd33f commit cbc80daCopy full SHA for cbc80da
setup/action.yml
@@ -41,7 +41,7 @@ runs:
41
~/.cargo/registry/cache/
42
~/.cargo/git/db/
43
**/target
44
- key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
+ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
45
46
- run: |
47
rustup target add aarch64-unknown-linux-gnu
0 commit comments