Skip to content

Commit

Permalink
Remove deny_c in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
edwin0cheng committed Apr 3, 2020
1 parent 77462bb commit 3277079
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

1 comment on commit 3277079

@matklad
Copy link
Member

@matklad matklad commented on 3277079 Apr 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can now bring it back: nagisa/rust_libloading#63

Not sure if that is released, but we can depend on git version of libloading

Please sign in to comment.