We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4cedec + 362a86e commit 3495dfaCopy full SHA for 3495dfa
.github/workflows/ci.yml
@@ -65,6 +65,7 @@ jobs:
65
defaults:
66
run:
67
shell: ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}
68
+ working-directory: ${{ contains(matrix.os, 'windows') && 'D:/a/rust/rust' }}
69
timeout-minutes: 240
70
env:
71
CI_JOB_NAME: ${{ matrix.image }}
0 commit comments