aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdwin Cheng <[email protected]>2020-04-05 14:45:57 +0100
committerEdwin Cheng <[email protected]>2020-04-05 14:45:57 +0100
commit53058dd73ad7abe795400801a5d36bab2dfa429c (patch)
tree78cded4130e720719914d01d14592b5125106c30 /.github
parente300e1e8d8f4de273d52fa62762ed14e8a7f96bb (diff)
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