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