Skip to content

Commit 362a86e

Browse files
committed
[skip ci] try to use D drive on windows
1 parent 1f099ff commit 362a86e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
defaults:
6666
run:
6767
shell: ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}
68+
working-directory: ${{ contains(matrix.os, 'windows') && 'D:/a/rust/rust' }}
6869
timeout-minutes: 240
6970
env:
7071
CI_JOB_NAME: ${{ matrix.image }}

0 commit comments

Comments
 (0)