Skip to content

Commit

Permalink
Merge pull request #3833 from edwin0cheng/remove-deny-c
Browse files Browse the repository at this point in the history
Remove deny_c in CI
  • Loading branch information
matklad authored Apr 3, 2020
2 parents 77462bb + 3277079 commit ac91de1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@ jobs:
rust:
name: Rust
runs-on: ${{ matrix.os }}
env:
CC: deny_c
# Related upstream issue:
# https://github.com/nagisa/rust_libloading/issues/61#issuecomment-607941377
#
# env:
# CC: deny_c

strategy:
fail-fast: false
Expand Down

0 comments on commit ac91de1

Please sign in to comment.