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 cd69de3 commit 52adef2Copy full SHA for 52adef2
.github/workflows/test-wheel-windows.yml
@@ -114,7 +114,7 @@ jobs:
114
7Z_URL: https://www.7-zip.org/a/7z2409-x64.msi
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'
+ Start-Process msiexec.exe -Wait -Verbose -ArgumentList '/i "7z_installer.msi" /q INSTALLDIR="$((Get-Location).Path)\7-Zip"'
118
ls -l 7-Zip
119
echo "$((Get-Location).Path)\7-Zip" >> $env:GITHUB_PATH
120
$env:Path += ";$((Get-Location).Path)\7-Zip"
0 commit comments