diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yaml | 7 |
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 |