Skip to content

Commit

Permalink
~
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Mar 2, 2024
1 parent 58c5a93 commit f2aca85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tests/ci-test-run-nanoserver.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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 "*"

Expand Down

0 comments on commit f2aca85

Please sign in to comment.