Skip to content

Commit 47ebc6f

Browse files
committed
fix(test): Use 32bit version of zstd
1 parent 84590f8 commit 47ebc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/bin/init.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ if ($env:CI_WINDOWS -eq $true) {
2323
& 7z.exe x "$env:SCOOP_HELPERS\innounp.rar" -o"$env:SCOOP_HELPERS\innounp" -y
2424
}
2525
if(!(Test-Path "$env:SCOOP_HELPERS\zstd\zstd.exe")) {
26-
Start-FileDownload 'https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win64.zip' -FileName "$env:SCOOP_HELPERS\zstd.zip"
27-
& 7z.exe x "$env:SCOOP_HELPERS\zstd.zip" "zstd-v1.5.0-win64" -o"$env:SCOOP_HELPERS\zstd" -y
26+
Start-FileDownload 'https://github.com/facebook/zstd/releases/download/v1.5.0/zstd-v1.5.0-win32.zip' -FileName "$env:SCOOP_HELPERS\zstd.zip"
27+
& 7z.exe x "$env:SCOOP_HELPERS\zstd.zip" "zstd-v1.5.0-win32" -o"$env:SCOOP_HELPERS\zstd" -y
2828
}
2929
}
3030

0 commit comments

Comments
 (0)