You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2022/02/25 05:52:15 UTC

[qpid-proton] branch main updated: NO-JIRA: trivial fix to ubuntu azure pipelines build

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 <as...@apache.org>
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: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org