Skip to content

Commit 0625c76

Browse files
authored
Merge pull request #3855 from edwin0cheng/add-back-deny-cc
Add back deny_c
2 parents cc5e67d + 53058dd commit 0625c76

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@ jobs:
4444
rust:
4545
name: Rust
4646
runs-on: ${{ matrix.os }}
47-
# Related upstream issue:
48-
# https://github.com/nagisa/rust_libloading/issues/61#issuecomment-607941377
49-
#
50-
# env:
51-
# CC: deny_c
47+
env:
48+
CC: deny_c
5249

5350
strategy:
5451
fail-fast: false

0 commit comments

Comments
 (0)