From 1330af64551081e0321a99a289ba4c2cd7f09354 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 11 Jun 2024 23:28:01 +0900 Subject: [PATCH] Update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a349b74..99b1d61e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com ## [Unreleased] +- Workaround msys64 bash's buggy behavior. ([#533](https://github.com/taiki-e/install-action/pull/533)) + This fixes an installation issue when default bash was overridden like the following: + + ```sh + echo "C:\msys64\usr\bin" >> $GITHUB_PATH + ``` + - Update `typos@latest` to 1.22.4. - Update `earthly@latest` to 0.8.14.