Skip to content

Commit

Permalink
chore: system deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragxxd committed Jan 20, 2025
1 parent 80fc2c3 commit 22680f9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,13 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Install playwright
run: npx playwright install --with-deps
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libasound2 libglib2.0-0 libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxfixes3 libxrandr2 libgbm1 libpango-1.0-0 libcairo2 libasound2
- name: Install playwright browsers
run: npx playwright install

- name: Build
run: npm run build
Expand Down

0 comments on commit 22680f9

Please sign in to comment.