diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 09:52:00 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 09:52:00 +0800 |
commit | e45a04bde3b7f1ad1f725f513307d490fff3b711 (patch) | |
tree | b28309eb2e3909ce7b1d9116ca9e32a7708e4662 | |
parent | 2d42746913beea52cf970ff1babaa280f09533a0 (diff) | |
download | lua-language-server-e45a04bde3b7f1ad1f725f513307d490fff3b711.zip |
试试
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b1395b4c..a897118d 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 g++@8 displayName: 'Install' - bash: | cd 3rd/luamake |