File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -146,9 +146,9 @@ jobs:
146146 run : |
147147 arch -${{ matrix.arch }} /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
148148 if [ "${{ matrix.arch }}" == "arm64" ]; then
149- arch -${{ matrix.arch }} brew install cmake gcc ninja fontconfig
149+ arch -${{ matrix.arch }} brew install cmake gcc ninja fontconfig freetype
150150 else
151- arch -${{ matrix.arch }} /usr/local/bin/brew install cmake gcc ninja fontconfig
151+ arch -${{ matrix.arch }} /usr/local/bin/brew install cmake gcc ninja fontconfig freetype
152152 fi
153153 - name : Configure
154154 run : cmake --preset "macos-ci-${{ matrix.arch }}"
@@ -189,4 +189,4 @@ jobs:
189189 gh release create ${{ env.TAG_NAME }} --title "CS16Client development build" --prerelease */CS16Client-* \
190190 --repo ${{ github.repository }}
191191 env :
192- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
192+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments