Install libnspr4 along with fonts-dejavu

Added 'libnspr4' package installation alongside 'fonts-dejavu'.
This commit is contained in:
Michael Telatynski 2026-03-23 14:28:48 +00:00 committed by GitHub
parent 987c4aaacf
commit d68668f95f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -149,7 +149,7 @@ jobs:
run: |
pnpm install --frozen-lockfile
sudo apt-get update
sudo apt-get -y install fonts-dejavu
sudo apt-get -y install fonts-dejavu libnspr4
- name: Get installed Playwright version
id: playwright