From e142a63f3757cee0dd4677e41267ecc1dba21f15 Mon Sep 17 00:00:00 2001 From: Erdogan Yoksul Date: Mon, 6 Jan 2025 13:33:17 +0300 Subject: [PATCH] fix: disable warning exists on udeps step --- .github/workflows/security.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 16bbfe1..edaab98 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -30,6 +30,8 @@ jobs: with: version: "latest" args: "--all-targets" + env: + RUSTFLAGS: "" rust-cargo-machete: runs-on: ubuntu-latest