Don't deny C for cargo audit

It depends on openssl ;-(
This commit is contained in:
Aleksey Kladov 2020-03-26 16:33:03 +01:00
parent ac05571dc9
commit ee6fc4eca2

View file

@ -10,7 +10,6 @@ on:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_RETRY: 10
CC: deny_c
RUN_SLOW_TESTS: 1
RUSTFLAGS: -D warnings
RUSTUP_MAX_RETRIES: 10
@ -44,6 +43,8 @@ jobs:
rust:
name: Rust
runs-on: ${{ matrix.os }}
env:
CC: deny_c
strategy:
fail-fast: false