diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 13:04:01 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-08-28 13:04:01 +0800 |
commit | 48f2711db1950440d33ada567f2d0557c344855b (patch) | |
tree | 58eaad41177310f887df7611b1c4e8c0311b8a29 | |
parent | 974296f4db931f3291040723c8138b3461e84a13 (diff) | |
download | lua-language-server-48f2711db1950440d33ada567f2d0557c344855b.zip |
修正语法错误
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 585e9e40..4bd0fdae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: run: | server/bin/lua-language-server server/publish.lua - linux: + linux: name: build in linux runs-on: ubuntu-latest steps: |