From 8c2669b454747a6a9df765461db06580dcdcae05 Mon Sep 17 00:00:00 2001 From: Paul Schwarzenberger Date: Mon, 25 Mar 2024 14:34:27 +0000 Subject: [PATCH] Install dependencies for social card imaging (#93) --- .github/workflows/website.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 6aa2e8fc..bb44834b 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -14,6 +14,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + - name: Install dependencies + run: | + apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev + - name: Configure Git Credentials run: | git config user.name github-actions[bot]