mirror of
https://github.com/git-for-windows/git.git
synced 2026-07-04 18:24:31 -05:00
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:
1
.github/workflows/coverity.yml
vendored
1
.github/workflows/coverity.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user