diff options
| author | ruki <[email protected]> | 2021-09-18 12:28:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-18 12:28:06 +0800 |
| commit | 2bd99c17dfd6542aa4d28631c76d06ddabcf4b36 (patch) | |
| tree | f65caf10b7dd1157b62d3443d1787fb4a255b900 /.github | |
| parent | 7cd5884d2484ff4c0c1f738dd290ade682ec9cd2 (diff) | |
improve ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linux_lua.yml | 2 |
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 |
