aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yaml')
-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