From 05a28b79b101a1a0b9477b4c434004afbecbd554 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 7855a004d..367bee0cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -112,6 +112,8 @@ jobs: with: submodules: recursive - uses: swatinem/rust-cache@v2 + with: + workspaces: "libs" - name: Install cargo-dist run: ${{ matrix.install_dist }} - name: Install dependencies