From 72a1f45e9324f7e3b668b25cb18d2499df94720e Mon Sep 17 00:00:00 2001 From: Linda_pp Date: Tue, 20 Feb 2024 04:55:55 +0900 Subject: CI: install gnudiff and enable `Test_diffmode` on macos-14 runner again (#14056) Signed-off-by: rhysd Signed-off-by: Christian Brabandt --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') 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: | -- cgit v1.2.3