Try built-in Playwright Chromium deps installation for Ubuntu

This commit is contained in:
Adam Gastineau 2025-01-07 08:05:53 -08:00
parent 68c7499086
commit 5ad5d1a803

View file

@ -215,10 +215,9 @@ jobs:
- uses: actions/checkout@v4
- name: Setup Ubuntu
if: ${{ runner.os == 'Linux' }}
# Install dependencies necessary for running Electron on newer Ubuntu images
run: |
sudo apt-get update
sudo apt-get install -y libatk1.0-0 libatk-bridge2.0-0 libcups2 libgtk-3-0 libgbm-dev libasound2t64
npx playwright install-deps chromium
- run: npm install -g yarn@1
- run: npm install -g pnpm@8
- uses: ./.github/actions/run-test