From b5692d1cf1eed9c67ad3a3076003985dbf0d3b53 Mon Sep 17 00:00:00 2001 From: kaetemi Date: Fri, 10 May 2019 06:11:33 +0800 Subject: [PATCH] Adjust CI build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1d8b871da..1df6e1242 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ jobs: sudo apt-get install libsquish-dev -y sudo apt-get install liblzma-dev -y sudo apt-get install libgsf-1-dev -y - sudo apt-get install qtbase5-dev qttools5-dev + sudo apt-get install qtbase5-dev qttools5-dev qttools5-dev-tools displayName: 'Dependencies' - script: | mkdir build