diff options
author | jbukl <noreply@github.com> | 2023-11-09 10:19:28 -0500 |
---|---|---|
committer | jbukl <noreply@github.com> | 2023-11-09 10:29:55 -0500 |
commit | 41cff833abdfc4f8ca9b8d426c1b382891fcf934 (patch) | |
tree | 839f379feabe210433278974a975297cec46a97e /.github | |
parent | c25e4c959e226174ff286ab7523eabcc55496bbb (diff) |
Fix hb import for media provider
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/playwright.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 3cd8c3b2..9c7bea57 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -9,8 +9,6 @@ jobs: playwright: timeout-minutes: 60 runs-on: ubuntu-latest - env: - PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS: 1 steps: - name: Remove all fonts run: rm -rf /usr/share/fonts |