From c34fb93b5d6ae607caf78689c85dac5566880a3d Mon Sep 17 00:00:00 2001 From: Explorer09 Date: Tue, 6 Aug 2024 08:51:30 +0800 Subject: [PATCH] CI: Don't override LDFLAGS for NetBSD build Let configure detect ncurses if possible --- .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 aaa7b8230..0beedc3c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -263,7 +263,7 @@ jobs: run: | set -e ./autogen.sh - CPPFLAGS=$(pkg-config --cflags ncurses) LDFLAGS=$(pkg-config --libs ncurses) ./configure --enable-unicode --enable-werror + ./configure --enable-unicode --enable-werror gmake -k build-openbsd-latest-clang: