diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec56fd84f3d..cd340a66eb3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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