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 7ea41dc commit 66e00ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Install libraries
run: sudo apt-get install libfontconfig1-dev
- name: Install dependencies
run: npm install
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Build
Expand Down

0 comments on commit 66e00ce

Please sign in to comment.