From 0f1d48076cafc50d2018b98edbdc112669058a2f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 23 Aug 2024 05:15:18 +0200 Subject: hopefully fixed the Windows CI tests * `make distcheck` will try to build against libncurses, which is not installed. Therefore, I set DISTCHECK_CONFIGURE_FLAGS in order to force it to PDCurses. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b31bc45..c0c995d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,6 +131,7 @@ jobs: run: make check TESTSUITEFLAGS="--verbose" - name: Build Developer Documentation run: cd doc && make devdoc - - run: make distcheck + - name: make distcheck + run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--with-interface=pdcurses-gui" - name: Build Source Tarball run: make dist -- cgit v1.2.3