Skip to content

Commit

Permalink
update harfbuzz tag
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed Mar 20, 2024
1 parent 7f2ce78 commit 8046afd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ name: Create ass Release
jobs:
build:
name: compile ass then deploy
runs-on: macos-13
runs-on: macos-12
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -22,6 +22,7 @@ jobs:
d=$(TZ=UTC-8 date +'%y%m%d%H%M%S')
grep GIT_REPO_VERSION= ./init-cfgs/ass | awk -F = '{printf "RELEASE_VERSION=%s",$2}' | xargs > constants.env
echo "RELEASE_DATE=$d" >> constants.env
echo "HOMEBREW_NO_AUTO_UPDATE=1" >> constants.env
cat constants.env
- name: Export Env
uses: cardinalby/export-env-action@v2
Expand Down
2 changes: 1 addition & 1 deletion install-pre-any.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ FFMPEG_TAG='ffmpeg-5.1.4-240123163221'
FREETYPE_TAG='freetype-2.13.2-240320173506'
UNIBREAK_TAG='unibreak-5.1-231229171455'
FRIBIDI_TAG='fribidi-1.0.13-240320172504'
HARFBUZZ_TAG=''
HARFBUZZ_TAG='harfbuzz-8.3.0-240320182151'
ASS_TAG=''
#----------------------------------------------------------

Expand Down

0 comments on commit 8046afd

Please sign in to comment.