diff --git a/.github/workflows/unix_build.yml b/.github/workflows/unix_build.yml index d130b65..dd25ea0 100644 --- a/.github/workflows/unix_build.yml +++ b/.github/workflows/unix_build.yml @@ -39,9 +39,13 @@ jobs: - name: dependencies run: | - make install - luarocks install luacov-coveralls + luarocks install mimetypes + luarocks install luasocket + luarocks install --server=https://luarocks.org/manifests/luarocks lua-term 0.3-1 luarocks install busted + luarocks install luafilesystem + luarocks install lzlib + luarocks install luacov-coveralls make start_app - name: test