mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-29 15:32:07 -05:00
coverity: skip building with Rust, for now
CI runs in GitHub Actions runners are ill-equipped to build with Rust, as the Windows/GCC-compatible toolchain isn't set up. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Git for Windows Build Agent
parent
561a08f732
commit
558a4eb379
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@v6
|
||||
- name: install minimal Git for Windows SDK
|
||||
|
||||
Reference in New Issue
Block a user