Attempt to fix rust caching in validation workflow

This commit is contained in:
Joseph Henry 2023-04-27 08:57:46 -07:00
parent d6c7cb8e0e
commit dcae30d30e
No known key found for this signature in database
GPG key ID: C45B33FF5EBC9344

View file

@ -30,7 +30,7 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
**/target/
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-