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

Commit 753804e

Browse files
committed
ci: no homebrew auto updates
Signed-off-by: Lessica <[email protected]>
1 parent eef3275 commit 753804e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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-
brew install dpkg ldid make libplist openssl@3
26+
HOMEBREW_NO_AUTO_UPDATE=1 brew install dpkg ldid make libplist openssl@3
2727
echo "/usr/local/opt/make/libexec/gnubin" >> $GITHUB_PATH
2828
2929
- name: Checkout XXTouchNG/theos

0 commit comments

Comments
 (0)