mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
CI: fix windows CI (#37321)
GitHub-hosted runners do not check out to D: drive, apparently. Testing: Manual CI run: https://github.com/sagudev/servo/actions/runs/15506836392/job/43662762580 Fixes: #37311 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
6ebed53c0d
commit
89977c0e63
1 changed files with 0 additions and 4 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
@ -167,10 +167,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
.\mach build --use-crown --locked --${{ inputs.profile }} ${{ inputs.build-args }}
|
.\mach build --use-crown --locked --${{ inputs.profile }} ${{ inputs.build-args }}
|
||||||
cp C:\a\servo\servo\target\cargo-timings C:\a\servo\servo\target\cargo-timings-windows -Recurse
|
cp C:\a\servo\servo\target\cargo-timings C:\a\servo\servo\target\cargo-timings-windows -Recurse
|
||||||
- name: Copy resources
|
|
||||||
if: ${{ runner.environment != 'self-hosted' }}
|
|
||||||
# GitHub-hosted runners check out the repo on D: drive.
|
|
||||||
run: cp D:\a\servo\servo\resources C:\a\servo\servo -Recurse
|
|
||||||
- name: Smoketest
|
- name: Smoketest
|
||||||
run: .\mach smoketest --${{ inputs.profile }}
|
run: .\mach smoketest --${{ inputs.profile }}
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue