This is an automated email from the ASF dual-hosted git repository.
astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git
The following commit(s) were added to refs/heads/main by this push:
new 135cb4b NO-JIRA: trivial fix to ubuntu azure pipelines build
135cb4b is described below
commit 135cb4b4912e6d53fbef580e4bcf45dbac8700ac
Author: Andrew Stitcher <[email protected]>
AuthorDate: Fri Feb 25 00:44:43 2022 -0500
NO-JIRA: trivial fix to ubuntu azure pipelines build
---
azure-pipelines/azure-pipelines.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/azure-pipelines/azure-pipelines.yml
b/azure-pipelines/azure-pipelines.yml
index 826afed..ecd60c8 100644
--- a/azure-pipelines/azure-pipelines.yml
+++ b/azure-pipelines/azure-pipelines.yml
@@ -51,7 +51,9 @@ jobs:
pool:
vmImage: 'ubuntu-18.04'
steps:
- - script: sudo apt-get install -y swig libpython3-dev libsasl2-dev
libjsoncpp-dev
+ - script: |
+ sudo apt-get update
+ sudo apt-get install -y swig libpython3-dev libsasl2-dev libjsoncpp-dev
name: InstallExtraStuff
- template: steps.yml
- job: MacOS
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]