aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-04-03 11:11:28 +0100
committerEdwin Cheng <[email protected]>2020-04-03 11:11:28 +0100
commit32770794128d45208a7a208e7b0d54912e584f20 (patch)
tree701a38f8e166013eef237a072adb1ce11e9e8731 /.github
parent77462bba621b0e85f3f04bbcebd2a065a875ac02 (diff)
Remove deny_c in CI
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index fb7afe9fd..cf24303f0 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -44,8 +44,11 @@ jobs:
44 rust: 44 rust:
45 name: Rust 45 name: Rust
46 runs-on: ${{ matrix.os }} 46 runs-on: ${{ matrix.os }}
47 env: 47 # Related upstream issue:
48 CC: deny_c 48 # https://github.com/nagisa/rust_libloading/issues/61#issuecomment-607941377
49 #
50 # env:
51 # CC: deny_c
49 52
50 strategy: 53 strategy:
51 fail-fast: false 54 fail-fast: false