From 6e483c1dc0c7991f865cacf90e4fff2bc7586dce Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Sat, 13 Aug 2022 18:15:51 +0000 Subject: [PATCH] Update ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f31f203..03507ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/cache@v2 with: path: ~/.cargo/registry - key: ${{ runner.os }}-cargo-test-${{ hashFiles('Cargo.lock') }} + key: ${{ runner.os }}-cargo-test-${{ hashFiles('Cargo.toml') }} - name: Install latest stable uses: actions-rs/toolchain@v1 @@ -75,7 +75,7 @@ jobs: - uses: actions/cache@v2 with: path: ~/.cargo/registry - key: ${{ runner.os }}-cargo-clippy-${{ hashFiles('Cargo.lock') }} + key: ${{ runner.os }}-cargo-clippy-${{ hashFiles('Cargo.toml') }} - name: Install latest stable uses: actions-rs/toolchain@v1