aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-04-24 17:13:30 -0700
committerJunio C Hamano <gitster@pobox.com>2025-04-24 17:13:30 -0700
commit8829bbfba1dcb1de328319f9bc75a0b5322fe0b6 (patch)
tree73cd0b94a26a2aa3e6cd4db0673c5d2b99f41dfd /ci
parentd5b8a70db160a246a275c86fd90e383d3690e45c (diff)
parent832d9f6d0b57c353d18cf145835659ab5ac0124c (diff)
downloadgit-8829bbfba1dcb1de328319f9bc75a0b5322fe0b6.tar.xz
Merge branch 'js/ci-github-update-ubuntu' into maint-2.49
Adjust to the deprecation of use of Ubuntu 20.04 GitHub Actions CI. * js/ci-github-update-ubuntu: ci: upgrade `sparse` to supported build agents
Diffstat (limited to 'ci')
-rwxr-xr-xci/install-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh
index 0df74610d0..8700c0f292 100755
--- a/ci/install-dependencies.sh
+++ b/ci/install-dependencies.sh
@@ -119,7 +119,7 @@ StaticAnalysis)
sparse)
sudo apt-get -q update -q
sudo apt-get -q -y install libssl-dev libcurl4-openssl-dev \
- libexpat-dev gettext zlib1g-dev
+ libexpat-dev gettext zlib1g-dev sparse
;;
Documentation)
sudo apt-get -q update