From aa505acf4254b54e77c9024bdd5eebba08558da1 Mon Sep 17 00:00:00 2001 From: qianlongxu Date: Fri, 29 Dec 2023 17:33:08 +0800 Subject: [PATCH] update FREETYPE_TAG --- .github/workflows/harfbuzz.yml | 4 +++- install-pre-any.sh | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/harfbuzz.yml b/.github/workflows/harfbuzz.yml index 38e8487..7c5a5b4 100644 --- a/.github/workflows/harfbuzz.yml +++ b/.github/workflows/harfbuzz.yml @@ -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 diff --git a/install-pre-any.sh b/install-pre-any.sh index ceb3ac9..8cd2f7f 100755 --- a/install-pre-any.sh +++ b/install-pre-any.sh @@ -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