File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,6 @@ defaults:
2929 # shell. (This should only make a difference on Windows, where the default
3030 # shell is PowerShell.)
3131 shell : bash
32- env :
33- MSYS2_PATH_TYPE : inherit
3432
3533concurrency :
3634 # For a given workflow, if we push to the same branch, cancel all previous builds on that branch.
4240 TOOLSTATE_REPO : " https://github.com/rust-lang-nursery/rust-toolstate"
4341 # This will be empty in PR jobs.
4442 TOOLSTATE_REPO_ACCESS_TOKEN : ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
43+ MSYS2_PATH_TYPE : inherit
4544jobs :
4645 # The job matrix for `calculate_matrix` is defined in src/ci/github-actions/jobs.yml.
4746 # It calculates which jobs should be executed, based on the data of the ${{ github }} context.
You can’t perform that action at this time.
0 commit comments