diff options
author | Explorer09 <explorer09@gmail.com> | 2024-08-06 08:51:30 +0800 |
---|---|---|
committer | BenBE <BenBE@geshi.org> | 2024-09-20 22:28:59 +0200 |
commit | c34fb93b5d6ae607caf78689c85dac5566880a3d (patch) | |
tree | 12a010b093a8947c4ea024f4df8fb1c0bdf751d7 | |
parent | 082b977f181c32dca8aca17fba2da5335c93606e (diff) |
CI: Don't override LDFLAGS for NetBSD build
Let configure detect ncurses if possible
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aaa7b823..0beedc3c 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: |