From 7ea41dcaf880b7b92c2769f36191c6c2d97f5c06 Mon Sep 17 00:00:00 2001 From: Kristoffer Date: Fri, 13 Dec 2024 14:26:25 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=94=EF=B8=8F=20Fixed=20playwright=20Linux?= =?UTF-8?q?=20fontconfig=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/playwright.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4c1c5aa6..b394a8bd 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -17,6 +17,8 @@ jobs: node-version: 20 - name: Install dependencies run: npm install + - name: Install libraries + run: sudo apt-get install libfontconfig1-dev - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Build