action: disable MinGW's path conversion in test

This commit is contained in:
wwqgtxx 2025-04-18 19:34:21 +08:00
parent feee9b320c
commit 9c5067e519

View file

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