[ci] Revert "Use mirror repository for liblzma (#6499)" (#6506)

This reverts commit c46847b32a.
This commit is contained in:
Tyler Veness
2024-04-10 10:04:15 -07:00
committed by GitHub
parent 02c78bc9b6
commit 3a5d24ab1d
11 changed files with 0 additions and 261 deletions

View File

@@ -71,10 +71,6 @@ jobs:
name: "Build - Windows"
runs-on: windows-2022
steps:
- name: Check XZ-Utils Upstream
# If this fails, tukaani-project/xz is back online and the liblzma overlay patch should be removed.
run: Invoke-RestMethod -SkipHttpErrorCheck -StatusCodeVariable "sc" -Uri https://api.github.com/repos/tukaani-project/xz > $null; if($sc -eq 200) {$LastExitCode = 1; Write-Output "tuukani-project/xz is reachable. liblzma overlay patch should be removed."} else { $LastExitCode = 0}
- uses: ilammy/msvc-dev-cmd@v1
- name: Install CMake