CI: install gnudiff and enable `Test_diffmode` on macos-14 runner again (#14056)
Commit: https://github.com/vim/vim/commit/72a1f45e9324f7e3b668b25cb18d2499df94720e Author: Linda_pp <[email protected]> Date: Tue Feb 20 04:55:55 2024 +0900 CI: install gnudiff and enable `Test_diffmode` on macos-14 runner again (https://github.com/vim/vim/issues/14056) Signed-off-by: rhysd <[email protected]> Signed-off-by: Christian Brabandt <[email protected]> diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 677630baa..a641ef563 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -373,6 +373,11 @@ jobs: "${SRCDIR}"/vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-1.vim -c quit "${SRCDIR}"/vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-2.vim -c quit + - name: Install packages for testing + run: | + # Apple diff is broken. Use GNU diff instead. See #14032. + brew install diffutils + - name: Test timeout-minutes: 20 run: | -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1rc9oC-0074Le-8g%40256bit.org.
