File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ name: Create ass Release
1010jobs :
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
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
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ FFMPEG_TAG='ffmpeg-5.1.4-240123163221'
3434FREETYPE_TAG=' freetype-2.13.2-240320173506'
3535UNIBREAK_TAG=' unibreak-5.1-231229171455'
3636FRIBIDI_TAG=' fribidi-1.0.13-240320172504'
37- HARFBUZZ_TAG=' '
37+ HARFBUZZ_TAG=' harfbuzz-8.3.0-240320182151 '
3838ASS_TAG=' '
3939# ----------------------------------------------------------
4040
You can’t perform that action at this time.
0 commit comments