summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2021-05-12 22:33:34 +0800
committerGitHub <noreply@github.com>2021-05-12 22:33:34 +0800
commitac5d8d1e20feaf84a4d958248e2f27315e298dba (patch)
tree61224f9701c9731bedd7bf18f11bb5bf81d429ae /.github
parent1ea19146090d63cf11c309d72ab015e526ac231b (diff)
downloadlua-language-server-ac5d8d1e20feaf84a4d958248e2f27315e298dba.zip
Update build.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8fac3fbf..7ae916ce 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
- if: runner.os != 'Linux'
run: luamake
- if: runner.os == 'Linux'
- run: luamake -gcc gcc-9 -gxx g++-9
+ run: luamake -cc gcc-9
- uses: actions/upload-artifact@v1.0.0
with:
name: lua-language-server