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
10
10
jobs :
11
11
build :
12
12
name : compile ass then deploy
13
- runs-on : macos-13
13
+ runs-on : macos-12
14
14
steps :
15
15
- name : Checkout code
16
16
uses : actions/checkout@v3
22
22
d=$(TZ=UTC-8 date +'%y%m%d%H%M%S')
23
23
grep GIT_REPO_VERSION= ./init-cfgs/ass | awk -F = '{printf "RELEASE_VERSION=%s",$2}' | xargs > constants.env
24
24
echo "RELEASE_DATE=$d" >> constants.env
25
+ echo "HOMEBREW_NO_AUTO_UPDATE=1" >> constants.env
25
26
cat constants.env
26
27
- name : Export Env
27
28
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'
34
34
FREETYPE_TAG=' freetype-2.13.2-240320173506'
35
35
UNIBREAK_TAG=' unibreak-5.1-231229171455'
36
36
FRIBIDI_TAG=' fribidi-1.0.13-240320172504'
37
- HARFBUZZ_TAG=' '
37
+ HARFBUZZ_TAG=' harfbuzz-8.3.0-240320182151 '
38
38
ASS_TAG=' '
39
39
# ----------------------------------------------------------
40
40
You can’t perform that action at this time.
0 commit comments