File tree 1 file changed +6
-5
lines changed 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -361,22 +361,23 @@ jobs:
361
361
sed -i.bak -f ci/config.mk.clang-12.sed ${SRCDIR}/auto/config.mk
362
362
fi
363
363
364
+ - name : Install packages for testing
365
+ run : |
366
+ # Apple diff is broken. Use GNU diff instead. See #14032.
367
+ brew install diffutils make
368
+
364
369
- name : Build
365
370
env :
366
371
LC_ALL : C
367
372
run : |
368
- make -d -j${NPROC}
373
+ gmake -d -j${NPROC}
369
374
370
375
- name : Check version
371
376
run : |
372
377
"${SRCDIR}"/vim --version
373
378
"${SRCDIR}"/vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-1.vim -c quit
374
379
"${SRCDIR}"/vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-2.vim -c quit
375
380
376
- - name : Install packages for testing
377
- run : |
378
- # Apple diff is broken. Use GNU diff instead. See #14032.
379
- brew install diffutils
380
381
381
382
- name : Test
382
383
timeout-minutes : 20
You can’t perform that action at this time.
0 commit comments