mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Don't install xvfb in Linux CI
xvfb comes with the GitHub runner image.
This commit is contained in:
parent
dac1ad489f
commit
96972db8c6
1 changed files with 0 additions and 5 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue