msys2 inherits the runner PATH (GITHUB_PATH additions were invisible)

This commit is contained in:
Yogthos 2026-07-02 15:21:32 -04:00
parent c63a18aae1
commit 0afd2095e3

View file

@ -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