diff options
| author | V1K1NGbg <victor@ilchev.com> | 2024-08-22 23:50:56 +0300 |
|---|---|---|
| committer | V1K1NGbg <victor@ilchev.com> | 2024-08-22 23:50:56 +0300 |
| commit | 15e26b60ee000f8cd2ae12e3e11125181329389d (patch) | |
| tree | ff7c222dd1773ba486de645ab2525f44730810a0 | |
| parent | 2ff22e5f6ba4b7d3beff63bf93f26498a140b14f (diff) | |
| download | luarocks-Git-Hub-actions-use-teal.tar.gz luarocks-Git-Hub-actions-use-teal.tar.bz2 luarocks-Git-Hub-actions-use-teal.zip | |
move tl installation to prepGit-Hub-actions-use-teal
| -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 | ||
