mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Merge pull request #3833 from edwin0cheng/remove-deny-c
Remove deny_c in CI
This commit is contained in:
commit
ac91de1525
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -44,8 +44,11 @@ jobs:
|
||||||
rust:
|
rust:
|
||||||
name: Rust
|
name: Rust
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
# Related upstream issue:
|
||||||
CC: deny_c
|
# https://github.com/nagisa/rust_libloading/issues/61#issuecomment-607941377
|
||||||
|
#
|
||||||
|
# env:
|
||||||
|
# CC: deny_c
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in a new issue