Skip to content

Commit d5c7be2

Browse files
committed
try this
1 parent 52adef2 commit d5c7be2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
run: |
116116
Invoke-WebRequest -Uri "$env:7Z_URL" -OutFile "7z_installer.msi"
117117
Start-Process msiexec.exe -Wait -Verbose -ArgumentList '/i "7z_installer.msi" /q INSTALLDIR="$((Get-Location).Path)\7-Zip"'
118-
ls -l 7-Zip
118+
#ls -l 7-Zip
119+
Get-Location
119120
echo "$((Get-Location).Path)\7-Zip" >> $env:GITHUB_PATH
120121
$env:Path += ";$((Get-Location).Path)\7-Zip"
121122
7z --version

0 commit comments

Comments
 (0)