mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-28 14:51:20 +08:00
action: disable MinGW's path conversion in test
This commit is contained in:
parent
feee9b320c
commit
9c5067e519
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user