Skip to content

Commit

Permalink
CI: .github/workflows/coverity_scan/build.sh: fix [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Oct 29, 2024
1 parent 6da37eb commit 51b8698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverity_scan/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ cmake ${GDAL_SOURCE_DIR:=..} \
/tmp/cov-analysis-linux64/bin/cov-build --dir cov-int make "-j$(nproc)"
tar czf cov-int.tgz cov-int

apt-get update -y
apt-get install -y jq

## Below from https://scan.coverity.com/projects/gdal/builds/new
Expand Down

0 comments on commit 51b8698

Please sign in to comment.