From 64efda0dba8d34c6bb74c5b4d92519bf2c5c0a3f Mon Sep 17 00:00:00 2001 From: KochiyaOcean Date: Mon, 11 Feb 2019 03:57:07 +0900 Subject: [PATCH] ci: check source update --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 83f573234..bc73220e3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,6 +8,7 @@ jobs: versionSpec: '10.x' displayName: 'Install Node.js' - script: | + sudo apt-get update sudo apt-get install --no-install-recommends -y libopenjp2-tools rpm bsdtar snapcraft displayName: 'Linux system dependencies' - script: |