neovim/.github/scripts
Carlo Cabrera 5d387c3388
build(ci): ensure correct headers are used on macOS
Currently, the release build picks up headers in
`/Library/Frameworks/Mono.framework/Headers`. You can verify this by
downloading the latest nightly build and checking the output of `nvim
--version`.

These headers are likely to be from a different version of `libintl` than the
one we link to. Let's avoid usage of them by setting `CMAKE_FIND_FRAMEWORK` to
`NEVER`.
2023-04-09 20:31:13 +02:00
..
build_universal_macos.sh build(ci): ensure correct headers are used on macOS 2023-04-09 20:31:13 +02:00
install_deps.sh ci: remove former dependencies that are no longer needed (#22301) 2023-02-18 00:09:51 +01:00
remove-reviewers.js ci: add team reviewers (#21434) 2022-12-15 20:40:30 +01:00
reviews.js ci: use a set instead of array for team reviewers 2023-04-07 23:00:35 +02:00
unstale.js ci: remove needs:response label if author responds (#21489) 2022-12-23 12:54:30 +01:00