From de39d45dcc8b38138bc829f3f32345256359afe8 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Wed, 15 Dec 2021 00:36:53 +0500 Subject: [PATCH] Fix CI config (should fail) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index de7a01f..47111b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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