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 32d84a4 commit fd11bb5Copy full SHA for fd11bb5
1 file changed
azure-pipelines/azure-pipelines.yml
@@ -29,14 +29,12 @@ jobs:
29
name: InstallExtraStuff
30
- template: steps.yml
31
- job: Ubuntu
32
- variables:
33
- PythonVersion: '3.8'
34
pool:
35
vmImage: 'ubuntu-latest'
36
steps:
37
- script: |
38
sudo apt-get update
39
- sudo apt-get install -y swig libpython3-dev libsasl2-dev libjsoncpp-dev libc-ares-dev
+ sudo apt-get install -y swig sasl2-bin libpython3-dev libsasl2-dev libjsoncpp-dev libc-ares-dev
40
41
42
- job: MacOS
0 commit comments