From e81f6733f6a1671b4fcf7ea0b87526b106bbef70 Mon Sep 17 00:00:00 2001 From: starr-openai Date: Wed, 6 May 2026 19:31:15 -0700 Subject: [PATCH] Fix Windows Dev Drive step path in rust-ci-full Co-authored-by: Codex --- .github/workflows/rust-ci-full.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust-ci-full.yml b/.github/workflows/rust-ci-full.yml index 3fd9e7ce64..3e901b63cf 100644 --- a/.github/workflows/rust-ci-full.yml +++ b/.github/workflows/rust-ci-full.yml @@ -237,7 +237,7 @@ jobs: - name: Configure Dev Drive (Windows) if: ${{ runner.os == 'Windows' }} shell: pwsh - run: ./.github/scripts/setup-dev-drive.ps1 + run: ../.github/scripts/setup-dev-drive.ps1 - name: Install Linux build dependencies if: ${{ runner.os == 'Linux' }} shell: bash @@ -571,7 +571,7 @@ jobs: - name: Configure Dev Drive (Windows) if: ${{ runner.os == 'Windows' }} shell: pwsh - run: ./.github/scripts/setup-dev-drive.ps1 + run: ../.github/scripts/setup-dev-drive.ps1 - name: Install Linux build dependencies if: ${{ runner.os == 'Linux' }} shell: bash