From 40b4aa28f9e45b653c3918e1a5e6cfdbf5202919 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Thu, 3 Jul 2025 07:23:11 -0500 Subject: [PATCH] Zizmor --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 968d865cd6..4abc19dce2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -326,8 +326,10 @@ jobs: # actions/checkout does not let us clone into anywhere outside `github.workspace`, so we have to copy the clone - name: Copy Git Repo to Dev Drive + env: + RUFF_WORKSPACE: ${{ env.RUFF_WORKSPACE }} run: | - Copy-Item -Path "${{ github.workspace }}" -Destination "${{ env.RUFF_WORKSPACE }}" -Recurse + Copy-Item -Path "${{ github.workspace }}" -Destination "${env:RUFF_WORKSPACE}" -Recurse - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 with: