diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab1f0fa5f2a..3ba3d2d80e4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ jobs: ls -al env | sort displayName: show environment - - bash: apt-get -y install jtreg7 + - script: sudo apt-get install -qq -y jtreg7 displayName: Install jtreg7 - bash: pwd && ls && bash ./configure --with-jtreg=/usr/bin/jtreg --disable-warnings-as-errors displayName: configure