Skip to content

Commit

Permalink
Remove system dependencies already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkemp committed Jan 31, 2025
1 parent 925362e commit 4b85b4c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
libgbm1 \
libatk-bridge2.0-0 \
libgtk-3-0 \
libx11-xcb1 \
libxcb-dri3-0 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxi6 \
libxtst6 \
libnss3 \
libcups2 \
libxss1 \
libxrandr2 \
libpangocairo-1.0-0
sudo apt-get install -y libgbm1
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 4b85b4c

Please sign in to comment.