Skip to content

Commit 157ed03

Browse files
peffgitster
authored andcommitted
ci: update coverity runs_on_pool reference
Commit 2d65e5b (ci: rename "runs_on_pool" to "distro", 2024-04-12) renamed this variable for the main CI workflow, as well as in the ci/ scripts. Because the coverity workflow also relies on those scripts to install dependencies, it needs to be updated, too. Without this patch, the coverity build fails because we lack libcurl. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 70b81fb commit 157ed03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run: ci/install-dependencies.sh
4646
if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos')
4747
env:
48-
runs_on_pool: ${{ matrix.os }}
48+
distro: ${{ matrix.os }}
4949

5050
# The Coverity site says the tool is usually updated twice yearly, so the
5151
# MD5 of download can be used to determine whether there's been an update.

0 commit comments

Comments
 (0)