Skip to content

Commit

Permalink
ci: clone ldid from GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Nov 20, 2022
1 parent 56f36f2 commit 4e26237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt-get update
sudo apt-get install git build-essential libplist-dev libssl-dev openssl qemu-user-binfmt
cd /tmp
git clone git://git.saurik.com/ldid.git
git clone https://gitlab.com/opensource-saurik/ldid.git
cd ldid
git submodule update --init
gcc -I. -c -o lookup2.o lookup2.c
Expand Down

0 comments on commit 4e26237

Please sign in to comment.