Skip to content

Commit 4cba617

Browse files
committed
test win ci fix
1 parent cbf50f4 commit 4cba617

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/windows.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@ jobs:
167167
run: |
168168
.\mach build --use-crown --locked --${{ inputs.profile }} ${{ inputs.build-args }}
169169
cp C:\a\servo\servo\target\cargo-timings C:\a\servo\servo\target\cargo-timings-windows -Recurse
170+
- name: Copy resources
171+
# GitHub-hosted runners sometimes check out the repo on D: drive.
172+
if: ${{ runner.environment != 'self-hosted' && startsWith(github.workspace, 'D:\') }}
173+
run: cp D:\a\servo\servo\resources C:\a\servo\servo -Recurse
170174
- name: Smoketest
171175
run: .\mach smoketest --${{ inputs.profile }}
172176
- name: Unit tests

0 commit comments

Comments
 (0)