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