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