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