msys2 inherits the runner PATH (GITHUB_PATH additions were invisible)
This commit is contained in:
parent
c63a18aae1
commit
0afd2095e3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -96,6 +96,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
msystem: MINGW64
|
msystem: MINGW64
|
||||||
update: false
|
update: false
|
||||||
|
# inherit the runner PATH so GITHUB_PATH additions (the chez wrapper
|
||||||
|
# dir) are visible inside the msys2 shell
|
||||||
|
path-type: inherit
|
||||||
install: >-
|
install: >-
|
||||||
git make vim unzip zip
|
git make vim unzip zip
|
||||||
mingw-w64-x86_64-gcc
|
mingw-w64-x86_64-gcc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue