From 8b3d99929f91d7c7a07f7980e7bef1008d69bc53 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Mon, 30 Dec 2024 18:49:27 +0800 Subject: [PATCH] ci: fix Windows Rust cache path --- .github/actions/build-rust/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-rust/action.yml b/.github/actions/build-rust/action.yml index 004fe52fb..d28d6b6d9 100644 --- a/.github/actions/build-rust/action.yml +++ b/.github/actions/build-rust/action.yml @@ -55,7 +55,7 @@ runs: uses: Swatinem/rust-cache@v2 if: ${{ runner.os == 'Windows' }} with: - workspaces: ${{ inputs.workspace-path }} + workspaces: ${{ env.DEV_DRIVE_WORKSPACE }} save-if: ${{ github.ref_name == 'canary' }} shared-key: ${{ inputs.target }}-${{ inputs.package }} env: