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

Commit b055f8f

Browse files
committed
ci: uses new ldid
Signed-off-by: 82Flex <82flex@gmail.com>
1 parent 9894926 commit b055f8f

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/analyse-commands.yml

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

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

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install Homebrew dependencies
2525
run: |
26-
HOMEBREW_NO_AUTO_UPDATE=1 brew install dpkg make libplist openssl@3
26+
HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install dpkg make libplist openssl@3
2727
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
2828
2929
- name: Checkout ldid

0 commit comments

Comments
 (0)