]> git.ipfire.org Git - thirdparty/git.git/commit
ci/install-dependencies: handle "sparse" job package installs
authorJeff King <peff@peff.net>
Mon, 26 Jul 2021 18:22:27 +0000 (14:22 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jul 2021 22:20:51 +0000 (15:20 -0700)
commit27f45ccf336d70e9078075eb963fb92541da8690
treed18ce711042f392dbe1dad55cd215478726aef72
parent8231c841ff7f213a86aa1fa890ea213f2dc630be
ci/install-dependencies: handle "sparse" job package installs

This just matches the style/location of the package installation for
other jobs. There should be no functional change.

I did flip the order of the options and command-name ("-y update"
instead of "update -y") for consistency with other lines in the same
file.

Note also that we have to reorder the dependency install with the
"checkout" action, so that we actually have the "ci" scripts available.

Signed-off-by: Jeff King <peff@peff.net>
Acked-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.github/workflows/main.yml
ci/install-dependencies.sh