From 3a8b355c6fce4d18dd2016017bad6138fd993529 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Sat, 13 Feb 2021 20:22:48 +0100 Subject: [PATCH] ci: remove deny warnings --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a6c253d..13514d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,11 +74,11 @@ jobs: directory: ${{ runner.temp }}/llvm - uses: actions-rs/toolchain@v1 with: - profile: default + profile: minimal toolchain: stable override: true - run: rustup component add clippy - uses: actions-rs/cargo@v1 with: command: clippy - args: --all-targets --all-features -- -D warnings + args: --all-targets --all-features # -- -D warnings <-- Doesn't work yet; TODO