CI lua more
This commit is contained in:
parent
7b091a1638
commit
7a18ca3547
1 changed files with 1 additions and 1 deletions
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
- name: update deps
|
||||
run: sudo apt-get -y update
|
||||
- name: install deps
|
||||
run: sudo apt install pkgconf libreadline-dev libsdl1.2-compat-dev libsdl-gfx1.2-dev libx11-dev libxext-dev lua5.4
|
||||
run: sudo apt install pkgconf libreadline-dev libsdl1.2-compat-dev libsdl-gfx1.2-dev libx11-dev libxext-dev liblua5.4-dev
|
||||
- name: make x11
|
||||
run: make clean-all && make GUI=x11
|
||||
- name: make
|
||||
|
|
Loading…
Reference in a new issue