Skip to content

Commit 09acbff

Browse files
committed
Revert "[skip ci] try to use D drive on windows"
This reverts commit 939bd1f.
1 parent 4a7836f commit 09acbff

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ jobs:
6565
defaults:
6666
run:
6767
shell: ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}
68-
# linux not exist
69-
working-directory: d:/a/rust/rust
7068
timeout-minutes: 240
7169
env:
7270
CI_JOB_NAME: ${{ matrix.image }}
@@ -82,13 +80,6 @@ jobs:
8280
# Check the `calculate_matrix` job to see how is the matrix defined.
8381
include: ${{ fromJSON(needs.calculate_matrix.outputs.jobs) }}
8482
steps:
85-
- name: create working dir for windows runner
86-
if: contains(matrix.os, 'windows')
87-
shell: bash
88-
run: |
89-
echo ${{ github.workspace }}
90-
mkdir -p d:/a/rust/rust
91-
9283
- if: contains(matrix.os, 'windows')
9384
uses: msys2/[email protected]
9485
with:

0 commit comments

Comments
 (0)