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 f95f8a3 commit 8deadfaCopy full SHA for 8deadfa
azure/apt.yml
@@ -4,6 +4,9 @@ parameters:
4
steps:
5
- script: |
6
sudo apt-get update -y | true
7
+ # There appears to be some kind of conflict with the libzip from ondrej's PPA.
8
+ # Purge existing libzip and let it be reinstalled to avoid it.
9
+ sudo apt-get purge -y libzip4
10
sudo apt install bison \
11
re2c \
12
locales \
0 commit comments