adding freetype2 i think

This commit is contained in:
Jonathan Spira 2025-01-19 11:29:49 -05:00
parent 10eac13b88
commit c681d7d067

View File

@ -88,7 +88,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev
- run: sudo apt install libxcb-shape0-dev libxcb-xfixes0-dev libfreetype6-dev
if: runner.os == 'Linux'
# workaround for https://github.com/actions/cache/issues/403
- name: Install GNU tar