Skip to content

Commit

Permalink
(build) install dependencies needed for Mac and Linux builds
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Nov 29, 2024
1 parent c75be97 commit a0211f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
brew install freetype
brew install fontconfig
#- name: Install dependencies (Ubuntu)
- name: Install dependencies (Ubuntu)
if: runner.os == 'Linux'
run: |
sudo apt-get update
Expand Down

0 comments on commit a0211f8

Please sign in to comment.