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 52adef2 commit d5c7be2Copy full SHA for d5c7be2
.github/workflows/test-wheel-windows.yml
@@ -115,7 +115,8 @@ jobs:
115
run: |
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
+ #ls -l 7-Zip
119
+ Get-Location
120
echo "$((Get-Location).Path)\7-Zip" >> $env:GITHUB_PATH
121
$env:Path += ";$((Get-Location).Path)\7-Zip"
122
7z --version
0 commit comments