changeset 34376:f8dc9a9f5727

CI: install gnudiff and enable `Test_diffmode` on macos-14 runner again (#14056) Commit: https://github.com/vim/vim/commit/72a1f45e9324f7e3b668b25cb18d2499df94720e Author: Linda_pp <rhysd@users.noreply.github.com> 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 <lin90162@yahoo.co.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Mon, 19 Feb 2024 21:00:12 +0100
parents 02bd0fe77c68
children b534715fa52c
files .github/workflows/ci.yml
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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: |