diff options
| author | ruki <[email protected]> | 2022-02-08 00:46:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-02-08 00:46:37 +0800 |
| commit | a2abcd6ce23c4742481e0ce832d06498557c890e (patch) | |
| tree | a2aa57e8711b6b9f906f2eb8924a6ce6d67c4808 /.github/workflows/linux_luajit.yml | |
| parent | f141767f666d1b29c3e6c00c00c6813b26baf48e (diff) | |
fix tests
Diffstat (limited to '.github/workflows/linux_luajit.yml')
| -rw-r--r-- | .github/workflows/linux_luajit.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/linux_luajit.yml b/.github/workflows/linux_luajit.yml index 919c11550..674e5bd34 100644 --- a/.github/workflows/linux_luajit.yml +++ b/.github/workflows/linux_luajit.yml @@ -29,6 +29,10 @@ jobs: source ~/.xmake/profile xmake --version + - name: Prepare + run: | + sudo apt install -y build-essential llvm + - name: Tests run: | xmake lua -v -D tests/run.lua |
