aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-04-03 11:46:29 +0100
committerGitHub <[email protected]>2020-04-03 11:46:29 +0100
commitac91de1525662a602a1057709eb91a9b21ea3ac7 (patch)
tree701a38f8e166013eef237a072adb1ce11e9e8731
parent77462bba621b0e85f3f04bbcebd2a065a875ac02 (diff)
parent32770794128d45208a7a208e7b0d54912e584f20 (diff)
Merge pull request #3833 from edwin0cheng/remove-deny-c
Remove deny_c in CI
-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