Skip to content

Commit

Permalink
update FREETYPE_TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
debugly committed Dec 29, 2023
1 parent 3dbbd59 commit aa505ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/harfbuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
with:
envFile: 'constants.env'
- name: init src
run: ./init-any.sh all harfbuzz
run: |
./init-any.sh all harfbuzz
./install-pre-any.sh all 'freetype'
- name: generate src log
run: |
cd build/src/macos
Expand Down
3 changes: 3 additions & 0 deletions install-pre-any.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ MAC_BLURAY_TAG='bluray-1.3.4-231127183939'
DAV1D_TAG='dav1d-1.3.0-231127183948'
OPENSSL_TAG='openssl-1.1.1w-231127183927'
FFMPEG_TAG='ffmpeg-5.1.4-231128092946'

FREETYPE_TAG='freetype-2.13.2-231229172708'
UNIBREAK_TAG='unibreak-5.1-231229171455'
#----------------------------------------------------------

set -e
Expand Down

0 comments on commit aa505ac

Please sign in to comment.