mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Add back deny_c
This commit is contained in:
parent
e300e1e8d8
commit
53058dd73a
1 changed files with 2 additions and 5 deletions
7
.github/workflows/ci.yaml
vendored
7
.github/workflows/ci.yaml
vendored
|
@ -44,11 +44,8 @@ jobs:
|
||||||
rust:
|
rust:
|
||||||
name: Rust
|
name: Rust
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
# Related upstream issue:
|
env:
|
||||||
# https://github.com/nagisa/rust_libloading/issues/61#issuecomment-607941377
|
CC: deny_c
|
||||||
#
|
|
||||||
# env:
|
|
||||||
# CC: deny_c
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Reference in a new issue