diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 506c98a4f..ae2242c1d 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: