Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Remove ant, which has unmet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Oct 19, 2018
1 parent 05ea750 commit 9fae899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
steps:
- script: |
lsb_release -a
sudo apt-get remove -y libssl1.1
sudo apt-get remove -y libssl1.1 ant
displayName: Check Ubuntu version, remove non-standard libssl1.1
- script: |
./autogen.sh --prefix=$BUILD_ARTIFACTSTAGINGDIRECTORY/libplist/$RID --host=$TARGET --without-cython --enable-static=no --enable-shared=yes
Expand Down

0 comments on commit 9fae899

Please sign in to comment.