ci(release): clone ldid from ProcursusTeam GitHub mirror (#11990)

The upstream `https://gitlab.com/opensource-saurik/ldid.git` is no
longer publicly accessible (returns 401 / redirects to sign-in), so
`git clone` prompts for a username and fails non-interactively with
`could not read Username for 'https://gitlab.com'`. This blocks every
v10 release.

`ProcursusTeam/ldid` is a maintained GitHub fork that contains the
exact commit the workflow pins (c2f8abf), and the libplist submodule
already points at github.com, so a one-line URL swap is the full fix.

---
Written by an agent (Claude Code, claude-opus-4-7).
This commit is contained in:
Zoltan Kochan
2026-05-27 15:23:42 +02:00
committed by GitHub
parent 1de167838c
commit 8be85cbbd6

View File

@@ -20,7 +20,7 @@ jobs:
sudo apt-get update
sudo apt-get install git build-essential libplist-dev libssl-dev openssl qemu-user-binfmt pkg-config
cd /tmp
git clone https://gitlab.com/opensource-saurik/ldid.git
git clone https://github.com/ProcursusTeam/ldid.git
cd ldid
git checkout c2f8abf013b22c335f44241a6a552a7767e73419
git submodule update --init