From 89202a6b40134a783f78e325149140d9808ec224 Mon Sep 17 00:00:00 2001 From: stereobooster Date: Wed, 1 May 2024 16:55:19 +0200 Subject: [PATCH] github CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0fec0a..21618a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: pnpm install - name: Install Playwright Browsers - run: pnpm exec playwright install + run: pnpm exec playwright install --with-deps chromium - name: Build run: pnpm build