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