Fix Windows Dev Drive step path in rust-ci-full

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-05-06 19:31:15 -07:00
parent f5c6dd59a0
commit e81f6733f6

View File

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