mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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>
This commit is contained in:
parent
f9ca139e3a
commit
72a1f45e93
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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-1.vim -c quit
|
||||||
"${SRCDIR}"/vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-2.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
|
- name: Test
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user