Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed May 14, 2024
1 parent 430ffb3 commit 14cb4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
sudo make install
- name: FreeType - Install (MacOS)
if: matrix.os == 'macos-latest' && matrix.type == 'macosarm64' && matrix.freetype == true
if: matrix.os == 'macos-latest' && matrix.freetype == true
run: |
sudo mkdir /opt/freetype
sudo tar -xzf ./vendor/freetype-2.12.1.tar.gz -C /opt/freetype --strip-components=1
Expand Down

0 comments on commit 14cb4d8

Please sign in to comment.