From 9ac112a1b77c5a2cd8de14216566dc99cfa9d0ea Mon Sep 17 00:00:00 2001 From: Martin Indra Date: Sat, 7 Oct 2023 19:38:35 +0200 Subject: [PATCH] WIP --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8e827b3e9..8dad5448c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -103,7 +103,7 @@ jobs: echo $UDEPS_VER curl -L "https://github.com/est31/cargo-udeps/releases/download/$UDEPS_VER/cargo-udeps-$UDEPS_VER-x86_64-unknown-linux-gnu.tar.gz" -o udeps.tar.gz tar -xzvf udeps.tar.gz - ./cargo-udeps-$UDEPS_VER-x86_64-unknown-linux-gnu/cargo-udeps udeps + ./cargo-udeps-$UDEPS_VER-x86_64-unknown-linux-gnu/cargo-udeps +nightly udeps comments: name: Code Comments