Don't install xvfb in Linux CI

xvfb comes with the GitHub runner image.
This commit is contained in:
Dan Stillman 2026-08-20 12:30:06 -04:00
parent dac1ad489f
commit 96972db8c6

View file

@ -83,11 +83,6 @@ jobs:
node-version: 18
#cache: npm
# On GitHub
- name: Install xvfb
if: env.ACT != 'true'
run: sudo apt update && sudo apt install -y xvfb
# Local via act
- name: Install packages for act
if: env.ACT == 'true'