mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-28 02:53:15 -04:00
ci: checkout a known good commit of ldid
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user