libfreetype6 libfreetype6-dev libxft-dev libxft2

This commit is contained in:
Jean-François DEL NERO
2025-01-12 23:19:10 +01:00
parent 539126cece
commit 095fa9102d
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Build
run: sudo apt install -q -y libx11-dev && cd build && make tests -j2
run: sudo apt install -q -y libx11-dev libfreetype6 libfreetype6-dev libxft-dev libxft2 && cd build && make tests -j2
build-windows-x86:
runs-on: ubuntu-latest