From b9e349b07d6f8498ad839cdb5ad20e6437bf884b Mon Sep 17 00:00:00 2001 From: OMGeeky <39029799+OMGeeky@users.noreply.github.com> Date: Mon, 3 Apr 2023 17:47:16 +0200 Subject: [PATCH] caching increase should increase the amount being cached hopefully increasing speed --- .github/workflows/dispatch.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/dispatch.yml b/.github/workflows/dispatch.yml index 0d6ab5d..50213a6 100644 --- a/.github/workflows/dispatch.yml +++ b/.github/workflows/dispatch.yml @@ -30,8 +30,7 @@ jobs: with: path: | ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ + ~/.cargo/registry/ ~/.cargo/git/db/ target/ key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}