File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
# TODO: rename azure-pipelines/linux/xvfb.init to github-actions
23
23
- name : Setup Build Environment
24
24
run : |
25
- sudo apt-get update
26
- sudo apt-get install -y libxkbfile-dev pkg-config libsecret-1-dev libxss1 dbus xvfb libgtk-3-0 libgbm1
27
25
sudo cp build/azure-pipelines/linux/xvfb.init /etc/init.d/xvfb
28
26
sudo chmod +x /etc/init.d/xvfb
29
27
sudo update-rc.d xvfb defaults
Original file line number Diff line number Diff line change @@ -106,6 +106,8 @@ jobs:
106
106
# TODO: rename azure-pipelines/linux/xvfb.init to github-actions
107
107
- name : Setup Build Environment
108
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
109
111
sudo cp build/azure-pipelines/linux/xvfb.init /etc/init.d/xvfb
110
112
sudo chmod +x /etc/init.d/xvfb
111
113
sudo update-rc.d xvfb defaults
You can’t perform that action at this time.
0 commit comments