From e7b8af59391201ab840c696ba080dac5695f20dc Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Sun, 6 Dec 2020 21:26:08 -0800 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65c06a4..1859dd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,6 @@ jobs: ${{ runner.os }}-target-lint-stable- ${{ runner.os }}-target-lint- - run: cargo clippy --workspace --all-targets - - - run: cargo clippy --manifest-path imgui-sys-bindgen/Cargo.toml # supported winit versions - run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --all-features --all-targets - run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-19 --all-targets