diff --git a/.azure-pipelines/templates/stages/deploy-stage.yml b/.azure-pipelines/templates/stages/deploy-stage.yml index 8e78b5e52..772faa181 100644 --- a/.azure-pipelines/templates/stages/deploy-stage.yml +++ b/.azure-pipelines/templates/stages/deploy-stage.yml @@ -17,7 +17,7 @@ stages: steps: - bash: | sudo apt-get update - sudo apt-get install -y --no-install-recommends snap + sudo apt-get install -y --no-install-recommends snapd sudo snap install --classic snapcraft displayName: Install dependencies - task: DownloadPipelineArtifact@2