Skip to content

Commit efd6036

Browse files
committed
try this
1 parent d5c7be2 commit efd6036

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ jobs:
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"'
118118
#ls -l 7-Zip
119-
Get-Location
119+
#Get-Location
120+
ls
120121
echo "$((Get-Location).Path)\7-Zip" >> $env:GITHUB_PATH
121122
$env:Path += ";$((Get-Location).Path)\7-Zip"
122123
7z --version

0 commit comments

Comments
 (0)