Skip to content

Commit ac91de1

Browse files
authored
Merge pull request #3833 from edwin0cheng/remove-deny-c
Remove deny_c in CI
2 parents 77462bb + 3277079 commit ac91de1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yaml

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

5053
strategy:
5154
fail-fast: false

0 commit comments

Comments
 (0)