Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 3442837

Browse files
committed
Another attempt to fix Linux CI
1 parent 5856bb4 commit 3442837

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
build:
1313
name: ${{ matrix.friendlyName }}
1414
env:
15-
DISPLAY: ":99.0"
1615
CC: "clang"
1716
CXX: "clang++"
1817
npm_config_clang: "1"
@@ -38,8 +37,7 @@ jobs:
3837
with:
3938
node-version: ${{ matrix.node-version }}
4039
- run: |
41-
sudo apt-get install xvfb \
42-
gnome-keyring \
40+
sudo apt-get install gnome-keyring \
4341
libsecret-1-dev \
4442
dbus-x11 \
4543
python3-dev

0 commit comments

Comments
 (0)