From: Emil Velikov Date: Mon, 2 Sep 2024 17:58:35 +0000 (+0100) Subject: ci: remove no longer set matrix.configure X-Git-Tag: v34~460 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b6e1eef0a0b93301d1e66c2ce7d42fb4cc063c2;p=thirdparty%2Fkmod.git ci: remove no longer set matrix.configure ... and it doesn't seem like we'll need it in the future. Fixes: fdcb656 ("testsuite: remove cached modules and --disable-test-modules") Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/86 Signed-off-by: Lucas De Marchi --- diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a07ef94..55cf8379 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: run: | mkdir build cd build - ../autogen.sh c ${{ matrix.configure }} + ../autogen.sh c - name: build run: | @@ -73,4 +73,4 @@ jobs: if: ${{ matrix.test == 'yes' }} run: | cd build - DISTCHECK_CONFIGURE_FLAGS=${{ matrix.configure }} make KDIR=/usr/lib/modules/*/build distcheck + make KDIR=/usr/lib/modules/*/build distcheck