From 6a6389b02d1fd94731f6dd8d83b9d5a991fb2e9d Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 9 Sep 2023 14:04:03 +0100 Subject: [PATCH] Add "Configure" step --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06d3219bef..61e5ef8625 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,3 +98,8 @@ jobs: run: | cd depends make -j$(nproc) HOST=${{ matrix.host.triplet }} LOG=1 + + - name: Configure + run: | + ./autogen.sh + ./configure CONFIG_SITE=depends/${{ matrix.host.triplet }}/share/config.site --disable-dependency-tracking --enable-werror || (cat config.log; false)