From a875ffabce8b602e974de1179182314c8f55f4bc Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 6 Nov 2023 19:27:08 +0100 Subject: [PATCH] ci: Configure the cache to the workspace --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcd2e841a..349509c55 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,6 +99,8 @@ jobs: with: submodules: recursive - uses: swatinem/rust-cache@v2 + with: + workspaces: "libs" - name: Install cargo-dist run: ${{ matrix.install_dist }} - name: Install dependencies