no more GUI in github actions
This commit is contained in:
parent
ef8bce1916
commit
940cf1abed
1 changed files with 2 additions and 4 deletions
6
.github/workflows/c-cpp.yml
vendored
6
.github/workflows/c-cpp.yml
vendored
|
@ -16,8 +16,6 @@ jobs:
|
|||
- name: update deps
|
||||
run: sudo apt-get -y update
|
||||
- name: install deps
|
||||
run: sudo apt install pkgconf libx11-dev libxext-dev libsdl1.2-compat-dev libsdl-gfx1.2-dev
|
||||
- name: make x11
|
||||
run: make clean && make GUI=x11
|
||||
run: sudo apt install pkgconf libsdl1.2-compat-dev libsdl-gfx1.2-dev
|
||||
- name: make sdl1
|
||||
run: make clean && make GUI=sdl1
|
||||
run: make clean && make
|
||||
|
|
Loading…
Reference in a new issue