We need luaposix.

This commit is contained in:
David Given
2022-06-11 12:22:22 +02:00
parent 5397482ca3
commit e3f06cbdd4

View File

@@ -10,7 +10,7 @@ jobs:
with:
fetch-depth: 1
- name: apt
run: sudo apt update && sudo apt install lua5.3 libudev-dev libsqlite3-dev ninja-build protobuf-compiler libwxgtk3.0-gtk3-dev
run: sudo apt update && sudo apt install lua5.3 lua-posix libudev-dev libsqlite3-dev ninja-build protobuf-compiler libwxgtk3.0-gtk3-dev
- name: make
run: make
@@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 1
- name: brew
run: brew install sqlite pkg-config libusb lua@5.3 ninja protobuf truncate wxwidgets
run: brew install sqlite pkg-config libusb lua@5.3 luaposix ninja protobuf truncate wxwidgets
- name: make
run: make