From 48f11a9893718ebdba7a9a22df9e0bf4fab7e658 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Sat, 26 Aug 2023 12:08:06 +0100 Subject: [PATCH] ci: fix rust-cache config --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aad99e793..d8459c427 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v2.4.0 with: - working-directory: native + workspaces: native - name: Build LibCST run: hatch env create - name: Tests