diff options
| -rw-r--r-- | .github/workflows/playwright.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9397e4fa..a1135157 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -39,7 +39,7 @@ jobs:        - if: ${{ steps.cache-playwright.outputs.cache-hit != 'true' }}          name: Install Playwright Browsers -        run: npx playwright install --with-deps chromium +        run: npx playwright install chromium        - name: Grab latest dictionaries from dictionaries branch          uses: actions/checkout@v3 |