summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 64e09be4..77a7648f 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -86,8 +86,6 @@ jobs:
displayName: 'Init'
- bash: |
sudo apt-get install -y libreadline-dev ninja-build
- sudo apt-get remove -y gcc
- sudo apt-get remove -y g++
sudo apt-get install -y g++-8
displayName: 'Install'
- bash: |