From 4d65ba0215b57797193ec49245d32d4dd79bb701 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 22 Feb 2024 09:59:05 +0100 Subject: [PATCH] ci: Unbreak cargo-deny action (#2613) --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c34193d0..ee80776f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -159,7 +159,7 @@ jobs: - uses: EmbarkStudios/cargo-deny-action@v1 with: command: check ${{ matrix.checks }} - arguments: --all-features --manifest-path axum/Cargo.toml + manifest-path: axum/Cargo.toml armv5te-unknown-linux-musleabi: needs: check