Files
neovim/.github/workflows
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
..
2023-02-20 15:12:59 +08:00
2023-04-08 13:14:13 +02:00
2022-12-15 20:40:30 +01:00
2023-03-08 18:18:03 +01:00
2023-02-20 15:12:59 +08:00