diff options
| author | ruki <[email protected]> | 2021-09-18 12:27:22 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-18 12:27:22 +0800 |
| commit | 7cd5884d2484ff4c0c1f738dd290ade682ec9cd2 (patch) | |
| tree | 99ac4c3d1d95fe242b8a22f7cd7351dbd5a59368 /.github/workflows/linux_lua.yml | |
| parent | ad49997df47c87b1afd889f4a6001346d6ee4afb (diff) | |
improve ci
Diffstat (limited to '.github/workflows/linux_lua.yml')
| -rw-r--r-- | .github/workflows/linux_lua.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linux_lua.yml b/.github/workflows/linux_lua.yml index 97d45f2a0..2c01a1ab6 100644 --- a/.github/workflows/linux_lua.yml +++ b/.github/workflows/linux_lua.yml @@ -25,7 +25,8 @@ jobs: - name: Installation run: | make -j6 BACKEND=lua - make install + ./scripts/get.sh __local__ __install_only__ + source ~/.xmake/profile xmake --version - name: Tests |
