From 010d384c6a6c9fb9e1cbf26384d5f159868cfd75 Mon Sep 17 00:00:00 2001 From: Echo Date: Tue, 12 May 2026 23:29:28 +0000 Subject: [PATCH] fix: add libfontconfig1-dev to CI workflow for fontconfig build dependency --- .gitea/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3e099e3..827d51f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Install system dependencies run: | apt-get update -qq - apt-get install -y --no-install-recommends curl ca-certificates pkg-config libssl-dev + apt-get install -y --no-install-recommends curl ca-certificates pkg-config libssl-dev libfontconfig1-dev - name: Checkout repository run: | @@ -88,7 +88,7 @@ jobs: - name: Install system dependencies run: | apt-get update -qq - apt-get install -y --no-install-recommends curl ca-certificates pkg-config libssl-dev + apt-get install -y --no-install-recommends curl ca-certificates pkg-config libssl-dev libfontconfig1-dev - name: Checkout repository run: | @@ -200,7 +200,7 @@ jobs: run: | apt-get update -qq apt-get install -y --no-install-recommends \ - curl ca-certificates pkg-config libssl-dev \ + curl ca-certificates pkg-config libssl-dev libfontconfig1-dev \ git nodejs npm dpkg-dev python3 - name: Checkout repository