Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/unix_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,13 @@ jobs:

- name: dependencies
run: |
make install
luarocks install luacov-coveralls
luarocks install mimetypes
luarocks install luasocket
Comment thread
EvandroLG marked this conversation as resolved.
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
Comment thread
EvandroLG marked this conversation as resolved.
make start_app

- name: test
Expand Down
Loading