Skip to content

Commit 8046afd

Browse files
committed
update harfbuzz tag
1 parent 7f2ce78 commit 8046afd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ass.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Create ass Release
1010
jobs:
1111
build:
1212
name: compile ass then deploy
13-
runs-on: macos-13
13+
runs-on: macos-12
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v3
@@ -22,6 +22,7 @@ jobs:
2222
d=$(TZ=UTC-8 date +'%y%m%d%H%M%S')
2323
grep GIT_REPO_VERSION= ./init-cfgs/ass | 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

install-pre-any.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ FFMPEG_TAG='ffmpeg-5.1.4-240123163221'
3434
FREETYPE_TAG='freetype-2.13.2-240320173506'
3535
UNIBREAK_TAG='unibreak-5.1-231229171455'
3636
FRIBIDI_TAG='fribidi-1.0.13-240320172504'
37-
HARFBUZZ_TAG=''
37+
HARFBUZZ_TAG='harfbuzz-8.3.0-240320182151'
3838
ASS_TAG=''
3939
#----------------------------------------------------------
4040

0 commit comments

Comments
 (0)