ci: fix Windows Rust cache path

This commit is contained in:
LongYinan
2024-12-30 18:49:27 +08:00
parent a85707a2e7
commit 8b3d99929f

View File

@@ -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: