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
1 changed files with 2 additions and 2 deletions

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