diff options
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 |
