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 c7bb864 commit 42584f1Copy full SHA for 42584f1
.github/workflows/ci.yml
@@ -106,8 +106,6 @@ jobs:
106
# TODO: rename azure-pipelines/linux/xvfb.init to github-actions
107
- name: Setup Build Environment
108
run: |
109
- sudo apt-get update
110
- sudo apt-get install -y libxkbfile-dev pkg-config libsecret-1-dev libxss1 dbus xvfb libgtk-3-0 libgbm1
111
sudo cp build/azure-pipelines/linux/xvfb.init /etc/init.d/xvfb
112
sudo chmod +x /etc/init.d/xvfb
113
sudo update-rc.d xvfb defaults
0 commit comments