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