Skip to content

Commit

Permalink
Add missing Freetype dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Dec 24, 2024
1 parent 589b86d commit 4e09995
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 @@ -46,7 +46,7 @@ jobs:

- name: Install Linux Dependencies
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libxi-dev libudev-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libxi-dev libudev-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libfreetype-dev

- name: Checkout SFML
uses: actions/checkout@v4
Expand Down

0 comments on commit 4e09995

Please sign in to comment.