File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -449,20 +449,11 @@ jobs:
449
449
if : needs.ci-config.outputs.enabled == 'yes'
450
450
env :
451
451
jobname : sparse
452
- runs-on : ubuntu-20 .04
452
+ runs-on : ubuntu-22 .04
453
453
concurrency :
454
454
group : sparse-${{ github.ref }}
455
455
cancel-in-progress : ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
456
456
steps :
457
- - name : Download a current `sparse` package
458
- # Ubuntu's `sparse` version is too old for us
459
- uses : git-for-windows/get-azure-pipelines-artifact@v0
460
- with :
461
- repository : git/git
462
- definitionId : 10
463
- artifact : sparse-20.04
464
- - name : Install the current `sparse` package
465
- run : sudo dpkg -i sparse-20.04/sparse_*.deb
466
457
- uses : actions/checkout@v4
467
458
- name : Install other dependencies
468
459
run : ci/install-dependencies.sh
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ StaticAnalysis)
119
119
sparse)
120
120
sudo apt-get -q update -q
121
121
sudo apt-get -q -y install libssl-dev libcurl4-openssl-dev \
122
- libexpat-dev gettext zlib1g-dev
122
+ libexpat-dev gettext zlib1g-dev sparse
123
123
;;
124
124
Documentation)
125
125
sudo apt-get -q update
You can’t perform that action at this time.
0 commit comments