Skip to content

Commit

Permalink
Install libfreetype-dev
Browse files Browse the repository at this point in the history
The ubuntu-latest image was recently updated to point to Ubuntu 24
which does not install Freetype by default.
  • Loading branch information
ChrisThrasher committed Dec 18, 2024
1 parent b2b94be commit 2163ac3
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 @@ -27,7 +27,7 @@ jobs:
steps:
- name: Install Linux Dependencies
if: runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev
run: sudo apt-get update && sudo apt-get install libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libfreetype-dev

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

0 comments on commit 2163ac3

Please sign in to comment.