Skip to content

Commit c4895d7

Browse files
committed
homebrew install an formula without update
1 parent 0e4bd08 commit c4895d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/harfbuzz.yml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
d=$(TZ=UTC-8 date +'%y%m%d%H%M%S')
2323
grep GIT_REPO_VERSION= ./init-cfgs/harfbuzz | awk -F = '{printf "RELEASE_VERSION=%s",$2}' | xargs > constants.env
2424
echo "RELEASE_DATE=$d" >> constants.env
25+
echo "HOMEBREW_NO_AUTO_UPDATE=1" >> constants.env
2526
cat constants.env
2627
- name: Export Env
2728
uses: cardinalby/export-env-action@v2

0 commit comments

Comments
 (0)