summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-09-18 12:28:06 +0800
committerruki <[email protected]>2021-09-18 12:28:06 +0800
commit2bd99c17dfd6542aa4d28631c76d06ddabcf4b36 (patch)
treef65caf10b7dd1157b62d3443d1787fb4a255b900
parent7cd5884d2484ff4c0c1f738dd290ade682ec9cd2 (diff)
improve ci
-rw-r--r--.github/workflows/linux_lua.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_lua.yml b/.github/workflows/linux_lua.yml
index 2c01a1ab6..71a365a3f 100644
--- a/.github/workflows/linux_lua.yml
+++ b/.github/workflows/linux_lua.yml
@@ -24,7 +24,7 @@ jobs:
- name: Installation
run: |
- make -j6 BACKEND=lua
+ make BACKEND=lua
./scripts/get.sh __local__ __install_only__
source ~/.xmake/profile
xmake --version