Skip to content

Commit b5b4fc8

Browse files
authored
ci: simplify Linux xvfb dependencies (#138)
1 parent bfd1d69 commit b5b4fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
- name: Install xvfb and dependencies
7373
if: ${{ runner.os == 'Linux' && runner.environment == 'self-hosted' }}
7474
run: |
75-
sudo apt-get update
76-
sudo apt-get install -y xvfb libxss1 libgtk-3-0 libgconf-2-4 libnss3 libxrandr2 libasound2 libpangocairo-1.0-0 libatk1.0-0 libcairo-gobject2 libgtk-3-0 libgdk-pixbuf2.0-0
75+
sudo apt update
76+
sudo apt install -y libasound2 libgbm1 libgtk-3-0 libnss3 xvfb
7777
7878
- name: Test on Linux
7979
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)