From a43a6c01d7d28c050967d13ca29af952a2ef4b9b Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 28 Jul 2023 01:51:59 -0500 Subject: Fix caching --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/testing.yml') diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 49f3799..96150cf 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -22,7 +22,7 @@ jobs: ~/.cargo/registry ~/.cargo/git target - key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} + key: ${{ runner.os }}-rustc-${{ matrix.rust }}-cargo-${{ hashFiles('**/Cargo.lock') }} - run: rm rust-toolchain.toml - uses: dtolnay/rust-toolchain@stable with: -- cgit v1.2.3