summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authoractboy168 <actboy168@gmail.com>2020-04-30 16:34:23 +0800
committerGitHub <noreply@github.com>2020-04-30 16:34:23 +0800
commitd7daade3a3b8f4a5e33bca3df7ec0656d93684c2 (patch)
tree612c65918abd9518bc6f1a467224b27fe8e3ded0 /.github
parent39d7aa4ced2683734ad213e14e48b4348bc7a2d1 (diff)
downloadlua-language-server-d7daade3a3b8f4a5e33bca3df7ec0656d93684c2.zip
linux使用gcc8构建
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 703ded02..3ed35cd6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,10 @@ jobs:
ref: refs/heads/master
submodules : recursive
- uses: actboy168/setup-luamake@master
- - run: luamake
+ - if: runner.os != 'Linux'
+ run: luamake
+ - if: runner.os == 'Linux'
+ run: luamake -gcc gcc-8 -gxx g++-8
- uses: actions/upload-artifact@v1.0.0
with:
name: lua-language-server