diff options
author | sumneko <sumneko@hotmail.com> | 2019-05-20 17:42:44 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-05-20 17:42:44 +0800 |
commit | 5ad93bcb6d133c3234abf5f54e3f6a6e0f3df9f1 (patch) | |
tree | 22840f1094a80914d35213156c5620d869bca904 /azure-pipelines.yml | |
parent | fd96c44c72912e8125d004cc65e2bcb5503f37e6 (diff) | |
download | lua-language-server-5ad93bcb6d133c3234abf5f54e3f6a6e0f3df9f1.zip |
缩进错了
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3d77c94f..d952fd28 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -28,9 +28,9 @@ jobs: steps: - script: | - sudo xcode-select -s /Applications/Xcode_10.2.app - brew install ninja - ninja -f ninja/macos.ninja + sudo xcode-select -s /Applications/Xcode_10.2.app + brew install ninja + ninja -f ninja/macos.ninja displayName: '安装ninja' - script: | ./osx.sh |