1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2024-10-30 11:54:01 -04:00

Fix CI config (should fail)

This commit is contained in:
Alex Kotov 2021-12-15 00:36:53 +05:00
parent 4ba6288229
commit de39d45dcc
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08

View file

@ -13,8 +13,8 @@ jobs:
- uses: actions/checkout@v2
- name: autogen
run: ./autogen.sh
- name: configure --disable-multiboot2 CFLAGS='-Werror'
run: ./configure
- name: configure
run: ./configure CFLAGS='-Werror'
- name: make
run: make
- name: check