From 4a585d350e56f18ffede31f0aa8e0a587429cee9 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Sat, 2 Oct 2021 00:45:32 +0900 Subject: [PATCH] Re-enable the `cargo-udeps` job --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3a4199..84853a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,6 @@ jobs: runs-on: ubuntu-20.04 env: NIGHTLY_CHANNEL: nightly-2021-09-19 - if: "false" # https://github.com/rust-lang/cargo/issues/9919 steps: - name: Checkout @@ -400,11 +399,7 @@ jobs: release: name: GitHub Release runs-on: ubuntu-20.04 - needs: - - rustfmt - #- cargo-udeps - - upload-archives - - upload-release-notes + needs: [rustfmt, cargo-udeps, upload-archives, upload-release-notes] steps: - name: Download the assets