Commit 47ebc6f 1 parent 84590f8 commit 47ebc6f Copy full SHA for 47ebc6f
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ if ($env:CI_WINDOWS -eq $true) {
23
23
& 7z.exe x " $env: SCOOP_HELPERS \innounp.rar" - o" $env: SCOOP_HELPERS \innounp" - y
24
24
}
25
25
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
28
28
}
29
29
}
30
30
You can’t perform that action at this time.
0 commit comments