summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLinda_pp <rhysd@users.noreply.github.com>2024-02-20 04:55:55 +0900
committerGitHub <noreply@github.com>2024-02-19 20:55:55 +0100
commit72a1f45e9324f7e3b668b25cb18d2499df94720e (patch)
treebb277a97df81c6f3fb578f4e89ddcfcc7392ce44 /.github
parentf9ca139e3aa12dd03177ebba5eedcee4f0836f27 (diff)
CI: install gnudiff and enable `Test_diffmode` on macos-14 runner again (#14056)
Signed-off-by: rhysd <lin90162@yahoo.co.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 677630baa2..a641ef563e 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: |