From c681d7d0672f994c2ef5f04e60ff3771f9cfe71a Mon Sep 17 00:00:00 2001 From: Jonathan Spira Date: Sun, 19 Jan 2025 11:29:49 -0500 Subject: [PATCH] adding freetype2 i think --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7c9ef3..baa3620 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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