Skip to content

Commit

Permalink
Remove problem-causing check from CI [#595]
Browse files Browse the repository at this point in the history
  • Loading branch information
dbr authored and sanbox-irl committed Feb 20, 2022
1 parent 155e758 commit e62ffea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -47,7 +47,6 @@ jobs:
${{ runner.os }}-target-lint-
- run: cargo clippy --workspace --all-targets
# 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
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-20 --all-targets
- run: cargo clippy --manifest-path imgui-winit-support/Cargo.toml --no-default-features --features winit-22 --all-targets
Expand Down

0 comments on commit e62ffea

Please sign in to comment.