1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-11-13 11:04:27 -05:00

Fix CI (should pass)

This commit is contained in:
Alex Kotov 2021-12-15 00:37:31 +05:00
parent de39d45dcc
commit cbe05e5bbd
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -14,7 +14,7 @@ jobs:
- name: autogen - name: autogen
run: ./autogen.sh run: ./autogen.sh
- name: configure - name: configure
run: ./configure CFLAGS='-Werror' run: ./configure --disable-multiboot2 CFLAGS='-Werror'
- name: make - name: make
run: make run: make
- name: check - name: check