Skip to content

Commit ec973ea

Browse files
committed
ci: checkout a known good commit of ldid
1 parent 3ad031d commit ec973ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
cd /tmp
2323
git clone https://gitlab.com/opensource-saurik/ldid.git
2424
cd ldid
25+
git checkout c2f8abf013b22c335f44241a6a552a7767e73419
2526
git submodule update --init
2627
gcc -I. -c -o lookup2.o lookup2.c
2728
g++ -std=c++11 -o ldid lookup2.o ldid.cpp -I. -lcrypto $(pkg-config --cflags --libs libplist-2.0) -lxml2

0 commit comments

Comments
 (0)