Skip to content

Commit 2348402

Browse files
committed
update build workflows
1 parent a26e32f commit 2348402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/debug.yml

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

2727
- name: Install Homebrew dependencies
2828
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
3030
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
3131
3232
- name: Checkout XXTouchNG/theos

.github/workflows/release.yml

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

2323
- name: Install Homebrew dependencies
2424
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
2626
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
2727
2828
- name: Checkout XXTouchNG/theos

0 commit comments

Comments
 (0)