Skip to content

Commit

Permalink
CI: Don't override LDFLAGS for NetBSD build
Browse files Browse the repository at this point in the history
Let configure detect ncurses if possible
  • Loading branch information
Explorer09 committed Aug 21, 2024
1 parent 47857e5 commit 86c18f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 86c18f8

Please sign in to comment.