We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0418045 commit 869ff14Copy full SHA for 869ff14
.github/workflows/test-wheel-windows.yml
@@ -128,9 +128,8 @@ jobs:
128
GFW_EXE_URL: https://github.com/git-for-windows/git/releases/download/v2.49.0.windows.1/PortableGit-2.49.0-64-bit.7z.exe
129
run: |
130
Invoke-WebRequest -Uri "$env:GFW_EXE_URL" -OutFile "PortableGit.7z.exe"
131
- .\PortableGit.7z.exe -y -gm2 -InstallPath=".\\PortableGit"
+ Start-Process .\PortableGit.7z.exe -Wait -Verbose -ArgumentList '-y -gm2'
132
ls -l PortableGit
133
- .\PortableGit\post-install.bat
134
New-Item -Path PortableGit\bash.exe -ItemType SymbolicLink -Value PortableGit\git-bash.exe
135
echo "$((Get-Location).Path)\\PortableGit" >> $env:GITHUB_PATH
136
$env:Path += ";$((Get-Location).Path)\\PortableGit"
0 commit comments