Skip to content

Commit

Permalink
Windows CI: Fix a typo breaking CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paperclover committed Nov 1, 2023
1 parent bc5fe2f commit dda5443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if (!(Test-Path -Path $ICU_STATIC_ROOT)) {
Invoke-WebRequest -Uri $ICU_SOURCE_URL -OutFile $ICU_STATIC_TAR
}
Write-Host ":: Extracting ICU"
tar.exe -xzf "icu4c-73_2-src.tgz" -C $WebKitBuild
tar.exe -xzf $ICU_STATIC_TAR -C $WebKitBuild
if ($LASTEXITCODE -ne 0) { throw "tar failed with exit code $LASTEXITCODE" }

# two patches needed to build statically with clang-cl
Expand Down

0 comments on commit dda5443

Please sign in to comment.