From af8e4bca39d58ce9540b34aa3726ba2dff6a3323 Mon Sep 17 00:00:00 2001 From: Thomas Dallmair Date: Fri, 27 Dec 2024 15:31:59 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 254e4128..65684629 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: run: sh bootstrap.sh - name: Configure - run: ./configure --host=mips + run: ./configure --host=mips --disable-systemd - name: Build run: make