We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5c7be2 commit efd6036Copy full SHA for efd6036
1 file changed
.github/workflows/test-wheel-windows.yml
@@ -116,7 +116,8 @@ jobs:
116
Invoke-WebRequest -Uri "$env:7Z_URL" -OutFile "7z_installer.msi"
117
Start-Process msiexec.exe -Wait -Verbose -ArgumentList '/i "7z_installer.msi" /q INSTALLDIR="$((Get-Location).Path)\7-Zip"'
118
#ls -l 7-Zip
119
- Get-Location
+ #Get-Location
120
+ ls
121
echo "$((Get-Location).Path)\7-Zip" >> $env:GITHUB_PATH
122
$env:Path += ";$((Get-Location).Path)\7-Zip"
123
7z --version
0 commit comments