From 53058dd73ad7abe795400801a5d36bab2dfa429c Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Sun, 5 Apr 2020 21:45:57 +0800 Subject: Add back deny_c --- .github/workflows/ci.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.github') 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: rust: name: Rust runs-on: ${{ matrix.os }} - # Related upstream issue: - # https://github.com/nagisa/rust_libloading/issues/61#issuecomment-607941377 - # - # env: - # CC: deny_c + env: + CC: deny_c strategy: fail-fast: false -- cgit v1.2.3