File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -448,21 +448,12 @@ jobs:
448448 if : needs.ci-config.outputs.enabled == 'yes'
449449 env :
450450 jobname : sparse
451- CI_JOB_IMAGE : ubuntu-20 .04
452- runs-on : ubuntu-20 .04
451+ CI_JOB_IMAGE : ubuntu-22 .04
452+ runs-on : ubuntu-22 .04
453453 concurrency :
454454 group : sparse-${{ github.ref }}
455455 cancel-in-progress : ${{ needs.ci-config.outputs.skip_concurrent == 'yes' }}
456456 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
466457 - uses : actions/checkout@v4
467458 - name : Install other dependencies
468459 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