Skip to content

Commit 8cfc62f

Browse files
authored
ci-linux.yml: Add libfontconfig-dev in preparation for ubuntu 24.04
1 parent 4a3c1a0 commit 8cfc62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
sudo apt-get update
51-
sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libxinerama-dev libxi-dev qtbase5-dev qtbase5-dev-tools
51+
sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libfontconfig-dev libasound2-dev libxinerama-dev libxi-dev qtbase5-dev qtbase5-dev-tools
5252
- name: Install clang
5353
if: matrix.compiler == 'clang'
5454
run: sudo apt-get install -y clang

0 commit comments

Comments
 (0)