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 @@ -446,20 +446,11 @@ jobs:
446
446
if : needs.ci-config.outputs.enabled == 'yes'
447
447
env :
448
448
jobname : sparse
449
- runs-on : ubuntu-20 .04
449
+ runs-on : ubuntu-22 .04
450
450
concurrency :
451
451
group : sparse-${{ github.ref }}
452
452
cancel-in-progress : ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
453
453
steps :
454
- - name : Download a current `sparse` package
455
- # Ubuntu's `sparse` version is too old for us
456
- uses : git-for-windows/get-azure-pipelines-artifact@v0
457
- with :
458
- repository : git/git
459
- definitionId : 10
460
- artifact : sparse-20.04
461
- - name : Install the current `sparse` package
462
- run : sudo dpkg -i sparse-20.04/sparse_*.deb
463
454
- uses : actions/checkout@v4
464
455
- name : Install other dependencies
465
456
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