From 9c5067e5193072526647a7e4d8f185f2ca9a3e55 Mon Sep 17 00:00:00 2001 From: wwqgtxx Date: Fri, 18 Apr 2025 19:34:21 +0800 Subject: [PATCH] action: disable MinGW's path conversion in test --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index def99d93..db7ac037 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,8 @@ jobs: env: CGO_ENABLED: 0 GOTOOLCHAIN: local + # Fix mingw trying to be smart and converting paths https://github.com/moby/moby/issues/24029#issuecomment-250412919 + MSYS_NO_PATHCONV: true steps: - uses: actions/checkout@v4