From 63dc76fe6fe10eff96eb8c05d8cfd9083a3385af Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Sat, 26 Aug 2023 12:55:53 +0100 Subject: [PATCH] ci: fix rust-cache config --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aad99e793..e06c01b1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,8 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.4.0 with: - working-directory: native + shared-key: "shared" + workspaces: native - name: Build LibCST run: hatch env create - name: Tests @@ -148,7 +149,8 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.4.0 with: - working-directory: native + shared-key: "shared" + workspaces: native - uses: actions/setup-python@v4 with: cache: pip