Skip to content

Commit c34fb93

Browse files
Explorer09BenBE
authored andcommitted
CI: Don't override LDFLAGS for NetBSD build
Let configure detect ncurses if possible
1 parent 082b977 commit c34fb93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
run: |
264264
set -e
265265
./autogen.sh
266-
CPPFLAGS=$(pkg-config --cflags ncurses) LDFLAGS=$(pkg-config --libs ncurses) ./configure --enable-unicode --enable-werror
266+
./configure --enable-unicode --enable-werror
267267
gmake -k
268268
269269
build-openbsd-latest-clang:

0 commit comments

Comments
 (0)