Files
neovim/.github/workflows
Carlo Cabrera 0496e1e889 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-12-27 00:01:28 +01:00
..
2023-03-08 18:18:03 +01:00
2023-12-26 22:43:39 +01:00
2023-02-20 15:12:59 +08:00