aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-04-06 08:42:23 +0100
committerGitHub <[email protected]>2020-04-06 08:42:23 +0100
commit0625c76009d394bf73eb13c3de65304ce4283a1c (patch)
tree2f22907181786084d93742ea77cda40e28a45469 /.github
parentcc5e67d6b40faa5a905321711b2d1d676ffbc9c3 (diff)
parent53058dd73ad7abe795400801a5d36bab2dfa429c (diff)
Merge pull request #3855 from edwin0cheng/add-back-deny-cc
Add back deny_c
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yaml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index cf24303f0..217f17975 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -44,11 +44,8 @@ jobs:
44 rust: 44 rust:
45 name: Rust 45 name: Rust
46 runs-on: ${{ matrix.os }} 46 runs-on: ${{ matrix.os }}
47 # Related upstream issue: 47 env:
48 # https://github.com/nagisa/rust_libloading/issues/61#issuecomment-607941377 48 CC: deny_c
49 #
50 # env:
51 # CC: deny_c
52 49
53 strategy: 50 strategy:
54 fail-fast: false 51 fail-fast: false