Skip to content

Commit

Permalink
ci: --with-extra-suffix=suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Explorer09 committed Nov 3, 2024
1 parent 0e54f64 commit 6072144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 6072144

Please sign in to comment.