We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf50f4 commit 4cba617Copy full SHA for 4cba617
.github/workflows/windows.yml
@@ -167,6 +167,10 @@ jobs:
167
run: |
168
.\mach build --use-crown --locked --${{ inputs.profile }} ${{ inputs.build-args }}
169
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
174
- name: Smoketest
175
run: .\mach smoketest --${{ inputs.profile }}
176
- name: Unit tests
0 commit comments