Skip to content

Commit 53002d0

Browse files
Alexia-Soareclaude
andcommitted
ci: drop --with-deps from copilot setup Playwright install
Playwright 1.40 requests libasound2, renamed to libasound2t64 on Ubuntu 24.04, so apt fails; the runner image already ships the required libraries. Matches the e2e workflow's install step. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 348d144 commit 53002d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ jobs:
4343
npm run build
4444
npm run sharing
4545
46+
# No --with-deps: Playwright 1.40 requests libasound2, which Ubuntu 24.04
47+
# renamed to libasound2t64; the runner image already has the needed libs.
4648
- name: Install Playwright browsers
47-
run: npx playwright install --with-deps chromium
49+
run: npx playwright install chromium
4850

4951
- name: Setup WP Env
5052
run: npm run wp-env start

0 commit comments

Comments
 (0)