Skip to content

Commit ee6fc4e

Browse files
committed
Don't deny C for cargo audit
It depends on openssl ;-(
1 parent ac05571 commit ee6fc4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010
env:
1111
CARGO_INCREMENTAL: 0
1212
CARGO_NET_RETRY: 10
13-
CC: deny_c
1413
RUN_SLOW_TESTS: 1
1514
RUSTFLAGS: -D warnings
1615
RUSTUP_MAX_RETRIES: 10
@@ -44,6 +43,8 @@ jobs:
4443
rust:
4544
name: Rust
4645
runs-on: ${{ matrix.os }}
46+
env:
47+
CC: deny_c
4748

4849
strategy:
4950
fail-fast: false

0 commit comments

Comments
 (0)