summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-09-05 09:54:52 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-09-05 09:54:52 +0800
commitbb64d09f0020f4e5c2b1e8dd3023c390807c96b6 (patch)
treea84ef8a8402911a2c032de00103daf8ca245b791 /azure-pipelines.yml
parente45a04bde3b7f1ad1f725f513307d490fff3b711 (diff)
downloadlua-language-server-bb64d09f0020f4e5c2b1e8dd3023c390807c96b6.zip
试试
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index a897118d..5b97d25e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -47,7 +47,7 @@ jobs:
- bash: |
sudo xcode-select -s /Applications/Xcode_10.2.app
brew install ninja
- brew install g++@8
+ brew install gcc@8
displayName: 'Install'
- bash: |
cd 3rd/luamake
@@ -86,7 +86,7 @@ jobs:
displayName: 'Init'
- bash: |
sudo apt-get install -y libreadline-dev ninja-build
- sudo apt-get install g++-8
+ sudo apt-get install -y gcc-8
displayName: 'Install'
- bash: |
cd 3rd/luamake