diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 044c438f5..c9f3fe09c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,7 +117,6 @@ jobs: name: "cargo clippy | windows" steps: - uses: actions/checkout@v4 - - uses: Swatinem/rust-cache@v2 - name: Create Dev Drive using ReFS run: ${{ github.workspace }}/.github/workflows/setup-dev-drive.ps1 @@ -127,6 +126,10 @@ jobs: run: | Copy-Item -Path "${{ github.workspace }}" -Destination "${{ env.UV_WORKSPACE }}" -Recurse + - uses: Swatinem/rust-cache@v2 + with: + workspaces: ${{ env.UV_WORKSPACE }} + - name: "Install Rust toolchain" run: rustup component add clippy