This repository was archived by the owner on Apr 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : Install Homebrew dependencies
26
26
run : |
27
- HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install dpkg make libplist openssl@3
27
+ HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install dpkg make libplist openssl@3 ldid-procursus
28
28
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
29
29
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
-
42
30
- name : Checkout XXTouchNG/theos
43
31
uses : actions/checkout@v4
44
32
with :
Original file line number Diff line number Diff line change 23
23
24
24
- name : Install Homebrew dependencies
25
25
run : |
26
- HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=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 ldid-procursus
27
27
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
28
28
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
-
41
29
- name : Checkout XXTouchNG/theos
42
30
uses : actions/checkout@v4
43
31
with :
You can’t perform that action at this time.
0 commit comments