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:
parent
4ba6288229
commit
de39d45dcc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue