Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saboonikhil committed Feb 28, 2025
1 parent 7eae1c5 commit cd30504
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ jobs:
- name: Fix system dependencies
run: |
sudo apt-get update
sudo apt-get install -y pulseaudio alsa-base alsa-utils
sudo apt-get install -y liboss4-salsa-asound2
sudo apt-get install -y libffi6 || sudo apt-get install -y libffi8 || sudo apt-get install -y libffi-dev
sudo apt-get install -y libx264-dev
sudo apt-get install -y libgbm-dev libxkbcommon-x11-0 libx11-xcb1 \
libxcomposite1 libxcursor1 libxdamage1 libxi6 libxtst6 libnss3 \
libcups2 libxss1 libxrandr2 libasound2-data libatk1.0-0 \
libatk-bridge2.0-0 libpangocairo-1.0-0
libcups2 libxss1 libxrandr2 libatk1.0-0 libatk-bridge2.0-0
- name: Install dependencies
run: yarn
- name: Install Playwright Browsers
Expand Down

0 comments on commit cd30504

Please sign in to comment.