ci: checkout a known good commit of ldid

This commit is contained in:
Zoltan Kochan
2025-11-11 23:09:18 +01:00
parent 3ad031d787
commit ec973ea8a2

View File

@@ -22,6 +22,7 @@ jobs:
cd /tmp
git clone https://gitlab.com/opensource-saurik/ldid.git
cd ldid
git checkout c2f8abf013b22c335f44241a6a552a7767e73419
git submodule update --init
gcc -I. -c -o lookup2.o lookup2.c
g++ -std=c++11 -o ldid lookup2.o ldid.cpp -I. -lcrypto $(pkg-config --cflags --libs libplist-2.0) -lxml2