Skip to content

Commit

Permalink
✔️ Fixed playwright Linux fontconfig issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vassbo committed Dec 13, 2024
1 parent 2a12354 commit 7ea41dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ea41dc

Please sign in to comment.