diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index b2cbbaaa..7b13edaf 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -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