Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: print DLL copy messages only in CI environment (neovim#22260)
In Windows, library DLL's are copied in the building process, and a message for each copy is printed. This is useful to have in the log of CI, but annoying to see when you're building and rebuilding nvim constantly. Work around this issue by only enabling the messages on CI.
- Loading branch information