Skip to content

Commit 42584f1

Browse files
authored
Save some time and skip installing packages that are already there (microsoft#153467)
1 parent c7bb864 commit 42584f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ jobs:
106106
# TODO: rename azure-pipelines/linux/xvfb.init to github-actions
107107
- name: Setup Build Environment
108108
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
111109
sudo cp build/azure-pipelines/linux/xvfb.init /etc/init.d/xvfb
112110
sudo chmod +x /etc/init.d/xvfb
113111
sudo update-rc.d xvfb defaults

0 commit comments

Comments
 (0)