diff options
author | 2025-01-14 21:29:20 +0100 | |
---|---|---|
committer | 2025-01-14 21:29:20 +0100 | |
commit | 8cfc62f24d0b8f6f4c3a727e2c2546f9467a773d (patch) | |
tree | f254e9e4de1ce946ec0eb6845b91c5757a636f2a | |
parent | 4a3c1a05803377eaf3870ad387296b667b731452 (diff) |
ci-linux.yml: Add libfontconfig-dev in preparation for ubuntu 24.04
-rw-r--r-- | .github/workflows/ci-linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index ab8601406dd..eecc258d3bf 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -48,7 +48,7 @@ jobs: - name: Install dependencies run: | sudo apt-get update - sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev libxinerama-dev libxi-dev qtbase5-dev qtbase5-dev-tools + sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libfontconfig-dev libasound2-dev libxinerama-dev libxi-dev qtbase5-dev qtbase5-dev-tools - name: Install clang if: matrix.compiler == 'clang' run: sudo apt-get install -y clang |