]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: install gnudiff and enable `Test_diffmode` on macos-14 runner again (#14056)
authorLinda_pp <rhysd@users.noreply.github.com>
Mon, 19 Feb 2024 19:55:55 +0000 (04:55 +0900)
committerGitHub <noreply@github.com>
Mon, 19 Feb 2024 19:55:55 +0000 (20:55 +0100)
Signed-off-by: rhysd <lin90162@yahoo.co.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml

index 677630baa22163ff5408e53dd94a36cfecb50f4f..a641ef563e9ebc57c927269ce0c4a55c37c608f8 100644 (file)
@@ -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: |