Skip to content

Commit

Permalink
CI Try installing freetype through homebrew on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Oct 18, 2024
1 parent 1357111 commit bcfac5f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
with:
rust-version: 1.82.0
- uses: actions/checkout@v4
- name: Install deps
run: |
brew install freetype
- name: Build
run: |
git submodule update --init
Expand Down

0 comments on commit bcfac5f

Please sign in to comment.