mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Set Python for snaps_build also
This commit is contained in:
parent
6cdcab5e52
commit
119fb623f0
1 changed files with 4 additions and 0 deletions
|
|
@ -136,6 +136,10 @@ jobs:
|
|||
pool:
|
||||
vmImage: ubuntu-18.04
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: 3.8
|
||||
addToPath: true
|
||||
- script: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends nginx-light snapd
|
||||
|
|
|
|||
Loading…
Reference in a new issue