From 6072144f5bc230306ab1d77a8870d18a4b8b06e2 Mon Sep 17 00:00:00 2001 From: Explorer09 Date: Mon, 28 Oct 2024 07:07:10 +0800 Subject: [PATCH] ci: --with-extra-suffix=suffix --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3617334c6..5f6525a53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,8 @@ jobs: --disable-weak-symbols \ --with-pkg-config=yes \ --disable-overwrite \ - --with-curses-h + --with-curses-h \ + --with-extra-suffix=suffix make -k || : make -k install DESTDIR=$(pwd)/ncurses-install || : ( cd ncurses-install && find . -ls )