diff options
author | Ewan Fox <ewan@ewanfox.com> | 2023-08-16 16:08:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 16:08:04 -0400 |
commit | 694ca9d01d586162a49ab46d5985d589da327497 (patch) | |
tree | 43ac8bfd6c7a6eaf0ee388578c63adc8a57ba7af /.github | |
parent | 78085c2940c3d48e144326ab8786a608cd9e1529 (diff) |
Remove font check
Diffstat (limited to '.github')
-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: |