File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
script/vsts/platforms/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 4
4
- script : |
5
5
sudo apt-get update
6
6
sudo apt-get install -y wget software-properties-common
7
- sudo apt-get install -y build-essential ca-certificates xvfb fakeroot git libsecret-1-dev rpm libx11-dev libxkbfile-dev xz-utils xorriso zsync libxss1 libgconf2-4 libgtk-3-0 libasound2 libicu-dev
7
+ sudo apt-get install -y build-essential ca-certificates xvfb fakeroot git libsecret-1-dev rpm libx11-dev libxkbfile-dev xz-utils xorriso zsync libxss1 libgconf2-4 libgtk-3-0 libasound2 libicu-dev dpkg
8
8
# clang 9 is included in the image
9
9
sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-9 10
10
10
sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-9 10
You can’t perform that action at this time.
0 commit comments