Skip to content

Commit 869ff14

Browse files
committed
block extraction to ensure file visibility
1 parent 0418045 commit 869ff14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test-wheel-windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@ jobs:
128128
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
129129
run: |
130130
Invoke-WebRequest -Uri "$env:GFW_EXE_URL" -OutFile "PortableGit.7z.exe"
131-
.\PortableGit.7z.exe -y -gm2 -InstallPath=".\\PortableGit"
131+
Start-Process .\PortableGit.7z.exe -Wait -Verbose -ArgumentList '-y -gm2'
132132
ls -l PortableGit
133-
.\PortableGit\post-install.bat
134133
New-Item -Path PortableGit\bash.exe -ItemType SymbolicLink -Value PortableGit\git-bash.exe
135134
echo "$((Get-Location).Path)\\PortableGit" >> $env:GITHUB_PATH
136135
$env:Path += ";$((Get-Location).Path)\\PortableGit"

0 commit comments

Comments
 (0)