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 2424
2525 - name : Install Homebrew dependencies
2626 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
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-
4230 - name : Checkout XXTouchNG/theos
4331 uses : actions/checkout@v4
4432 with :
Original file line number Diff line number Diff line change 2323
2424 - name : Install Homebrew dependencies
2525 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
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-
4129 - name : Checkout XXTouchNG/theos
4230 uses : actions/checkout@v4
4331 with :
You can’t perform that action at this time.
0 commit comments