We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd1d69 commit b5b4fc8Copy full SHA for b5b4fc8
.github/workflows/ci.yml
@@ -72,8 +72,8 @@ jobs:
72
- name: Install xvfb and dependencies
73
if: ${{ runner.os == 'Linux' && runner.environment == 'self-hosted' }}
74
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
+ sudo apt update
+ sudo apt install -y libasound2 libgbm1 libgtk-3-0 libnss3 xvfb
77
78
- name: Test on Linux
79
if: runner.os == 'Linux'
0 commit comments