Skip to content

Commit b3ae350

Browse files
committed
Update ci.yml
1 parent cb46349 commit b3ae350

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

3533
concurrency:
3634
# For a given workflow, if we push to the same branch, cancel all previous builds on that branch.
@@ -42,6 +40,7 @@ env:
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
4544
jobs:
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.

0 commit comments

Comments
 (0)