From ec984d25db9b6b4e03feef040fc4a9bb0803a2a9 Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sun, 27 Aug 2023 08:56:40 -0700 Subject: [PATCH] Install --with-deps --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9629e2c7..215aa988 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,9 +201,7 @@ jobs: yarn --frozen-lockfile yarn install-addons - name: Install playwright - run: | - npx playwright install-deps - npx playwright install + run: npx playwright install --with-deps - name: Wait for build job uses: NathanFirmo/wait-for-other-job@v1.1.1 with: