From 0afd2095e36c66ef91eb3308d74dd914fb67d1e9 Mon Sep 17 00:00:00 2001 From: Yogthos Date: Thu, 2 Jul 2026 15:21:32 -0400 Subject: [PATCH] msys2 inherits the runner PATH (GITHUB_PATH additions were invisible) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43666ce..2cbd7d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,6 +96,9 @@ jobs: with: msystem: MINGW64 update: false + # inherit the runner PATH so GITHUB_PATH additions (the chez wrapper + # dir) are visible inside the msys2 shell + path-type: inherit install: >- git make vim unzip zip mingw-w64-x86_64-gcc