diff options
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88e3c946..1014da8a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -50,10 +50,10 @@ jobs: | |||
| 50 | luarocks install busted | 50 | luarocks install busted |
| 51 | luarocks install cluacov | 51 | luarocks install cluacov |
| 52 | luarocks install busted-htest | 52 | luarocks install busted-htest |
| 53 | luarocks install tl --dev --branch next | ||
| 53 | 54 | ||
| 54 | - name: Compile | 55 | - name: Compile |
| 55 | run: | | 56 | run: | |
| 56 | luarocks install tl --dev --branch next | ||
| 57 | eval $(luarocks path) | 57 | eval $(luarocks path) |
| 58 | ./compile.sh | 58 | ./compile.sh |
| 59 | 59 | ||
