diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 10:30:01 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 10:30:01 +0800 |
commit | beffafb740849229ba158f5cf595afd14ba59fc2 (patch) | |
tree | 86f80abd1f927f0863bfc4dc6d9ba16cbc36dfaf /azure-pipelines.yml | |
parent | 76efa37368831e2a1a97fdcad1c3e5b734c4bcf9 (diff) | |
download | lua-language-server-beffafb740849229ba158f5cf595afd14ba59fc2.zip |
原来是测错了
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
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: | |