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:
446446 if : needs.ci-config.outputs.enabled == 'yes'
447447 env :
448448 jobname : sparse
449- runs-on : ubuntu-20 .04
449+ runs-on : ubuntu-22 .04
450450 concurrency :
451451 group : sparse-${{ github.ref }}
452452 cancel-in-progress : ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
453453 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
463454 - uses : actions/checkout@v4
464455 - name : Install other dependencies
465456 run : ci/install-dependencies.sh
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ StaticAnalysis)
119119sparse)
120120 sudo apt-get -q update -q
121121 sudo apt-get -q -y install libssl-dev libcurl4-openssl-dev \
122- libexpat-dev gettext zlib1g-dev
122+ libexpat-dev gettext zlib1g-dev sparse
123123 ;;
124124Documentation)
125125 sudo apt-get -q update
You can’t perform that action at this time.
0 commit comments