Merge branch 'skip-rust-in-the-coverity-builds'

This branch fixes the `coverity` workflow after the Rust part of Git's
build has turned from opt-in to opt-out.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2026-06-23 19:34:29 +02:00

View File

@@ -37,6 +37,7 @@ jobs:
COVERITY_PROJECT: ${{ vars.COVERITY_PROJECT || 'git' }}
COVERITY_LANGUAGE: cxx
COVERITY_PLATFORM: overridden-below
NO_RUST: Yup
steps:
- uses: actions/checkout@v7
- name: install minimal Git for Windows SDK