ci: make all linux releases work with same glibc version

This commit is contained in:
dundargoc
2023-04-22 22:58:14 +02:00
committed by GitHub
parent 801ac2accb
commit 8994389845
4 changed files with 30 additions and 40 deletions

View File

@ -1,6 +1,7 @@
set(CPACK_PACKAGE_NAME "Neovim")
set(CPACK_PACKAGE_VENDOR "neovim.io")
set(CPACK_PACKAGE_FILE_NAME "nvim")
set(CPACK_PACKAGE_DIRECTORY ${PROJECT_BINARY_DIR})
# From the GitHub About section
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Vim-fork focused on extensibility and usability.")