File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
27
27
- name : Install Homebrew dependencies
28
28
run : |
29
- HOMEBREW_NO_AUTO_UPDATE=1 brew install dpkg ldid make libplist openssl@3
29
+ HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install --overwrite dpkg ldid make libplist openssl@3
30
30
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
31
31
32
32
- name : Checkout XXTouchNG/theos
Original file line number Diff line number Diff line change 22
22
23
23
- name : Install Homebrew dependencies
24
24
run : |
25
- HOMEBREW_NO_AUTO_UPDATE=1 brew install dpkg ldid make libplist openssl@3
25
+ HOMEBREW_NO_AUTO_UPDATE=1 HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install dpkg ldid make libplist openssl@3
26
26
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
27
27
28
28
- name : Checkout XXTouchNG/theos
You can’t perform that action at this time.
0 commit comments