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 4a7836f commit 09acbffCopy full SHA for 09acbff
.github/workflows/ci.yml
@@ -65,8 +65,6 @@ jobs:
65
defaults:
66
run:
67
shell: ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}
68
- # linux not exist
69
- working-directory: d:/a/rust/rust
70
timeout-minutes: 240
71
env:
72
CI_JOB_NAME: ${{ matrix.image }}
@@ -82,13 +80,6 @@ jobs:
82
80
# Check the `calculate_matrix` job to see how is the matrix defined.
83
81
include: ${{ fromJSON(needs.calculate_matrix.outputs.jobs) }}
84
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
-
92
93
uses: msys2/[email protected]
94
with:
0 commit comments