diff --git a/.tests/ci-test-run-nanoserver.bat b/.tests/ci-test-run-nanoserver.bat index 298dbbcd..4f7cfbd6 100644 --- a/.tests/ci-test-run-nanoserver.bat +++ b/.tests/ci-test-run-nanoserver.bat @@ -9,7 +9,7 @@ mkdir -p C:\git && cd C:\git curl --location https://github.com/git-for-windows/git/releases/download/v2.44.0.windows.1/MinGit-2.44.0-busybox-64-bit.zip --output "git.zip" tar -xf "git.zip" -set PATH="%PATH%;C:\Python;C:\git\mingw64\bin" +set PATH="C:\Windows;C:\Windows\System32;C:\Python;C:\git\mingw64\bin" C:\git\mingw64\bin\git config --global --add safe.directory "*"