Skip to content

Commit 2163ac3

Browse files
committed
Install libfreetype-dev
The ubuntu-latest image was recently updated to point to Ubuntu 24 which does not install Freetype by default.
1 parent b2b94be commit 2163ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: Install Linux Dependencies
2929
if: runner.os == 'Linux'
30-
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
30+
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
3131

3232
- name: Checkout
3333
uses: actions/checkout@v4

0 commit comments

Comments
 (0)