Skip to content

Commit 0a8e65c

Browse files
authored
Merge pull request #3735 from matklad/c
Don't deny C for cargo audit
2 parents ac05571 + ee6fc4e commit 0a8e65c

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)