diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-08-28 00:18:51 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-10-21 13:30:51 -0300 |
commit | 0dfe8e6744e46d87e03b4ae6f5bfcadae74e80b5 (patch) | |
tree | ef438d656ef91f3b9e5336576580b90d40308beb | |
parent | ba518aa110d2fe84f6163c785da9fc7ab4ea9eae (diff) | |
download | luarocks-0dfe8e6744e46d87e03b4ae6f5bfcadae74e80b5.tar.gz luarocks-0dfe8e6744e46d87e03b4ae6f5bfcadae74e80b5.tar.bz2 luarocks-0dfe8e6744e46d87e03b4ae6f5bfcadae74e80b5.zip |
CI: add compat53 dependency
-rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 86a07cdb..e6d69570 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -47,6 +47,7 @@ jobs: | |||
47 | 47 | ||
48 | - name: Prep | 48 | - name: Prep |
49 | run: | | 49 | run: | |
50 | luarocks install compat53 | ||
50 | luarocks install busted | 51 | luarocks install busted |
51 | luarocks install cluacov | 52 | luarocks install cluacov |
52 | luarocks install busted-htest | 53 | luarocks install busted-htest |