diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 09:54:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 09:54:52 +0800 |
commit | bb64d09f0020f4e5c2b1e8dd3023c390807c96b6 (patch) | |
tree | a84ef8a8402911a2c032de00103daf8ca245b791 /azure-pipelines.yml | |
parent | e45a04bde3b7f1ad1f725f513307d490fff3b711 (diff) | |
download | lua-language-server-bb64d09f0020f4e5c2b1e8dd3023c390807c96b6.zip |
试试
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 4 |
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 |