Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 9894926

Browse files
committed
ci: uses new ldid
1 parent 23a630e commit 9894926

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/build-release.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,21 @@ jobs:
2323

2424
- name: Install Homebrew dependencies
2525
run: |
26-
HOMEBREW_NO_AUTO_UPDATE=1 brew install dpkg ldid make libplist openssl@3
26+
HOMEBREW_NO_AUTO_UPDATE=1 brew install dpkg make libplist openssl@3
2727
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
2828
29+
- name: Checkout ldid
30+
uses: actions/checkout@v4
31+
with:
32+
repository: Lessica/ldid
33+
ref: master
34+
path: ldid
35+
36+
- name: Build ldid
37+
run: |
38+
cd $GITHUB_WORKSPACE/ldid
39+
make install
40+
2941
- name: Checkout XXTouchNG/theos
3042
uses: actions/checkout@v4
3143
with:

0 commit comments

Comments
 (0)