actually disable X11 in no-x11 automated build jobs

pull/65/head
John Tsiombikas 2022-11-30 01:54:44 +02:00
rodzic 6640a155b0
commit a9c7cce212
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- name: configure
run: ./configure
run: ./configure --disable-x11
- name: build
run: make

Wyświetl plik

@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- name: configure
run: ./configure
run: ./configure --disable-x11
- name: build
run: make