From 28eb68aec6fc36d2a004036566d22ba0e3f3aa6a Mon Sep 17 00:00:00 2001 From: iquerejeta Date: Fri, 27 Dec 2024 13:51:55 +0100 Subject: [PATCH] WIP --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0fda8e65..23e2bc22e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,9 @@ jobs: - uses: actions-rs/toolchain@v1 with: override: false + - name: Install libfontconfig1-dev + if: runner.os == 'Linux' + run: sudo apt-get install -y libfontconfig1-dev - name: Run tests uses: actions-rs/cargo@v1 with: