Skip to content

Commit 52adef2

Browse files
committed
add quotes
1 parent cd69de3 commit 52adef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
7Z_URL: https://www.7-zip.org/a/7z2409-x64.msi
115115
run: |
116116
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'
117+
Start-Process msiexec.exe -Wait -Verbose -ArgumentList '/i "7z_installer.msi" /q INSTALLDIR="$((Get-Location).Path)\7-Zip"'
118118
ls -l 7-Zip
119119
echo "$((Get-Location).Path)\7-Zip" >> $env:GITHUB_PATH
120120
$env:Path += ";$((Get-Location).Path)\7-Zip"

0 commit comments

Comments
 (0)