From 54a8346703748a93bb3c538675e50f7e3ff4cb7d Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Tue, 2 Dec 2025 08:32:11 -0500 Subject: [PATCH] Fix clippy check for sys crate --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efd3735..f0057b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,3 +81,7 @@ jobs: run: | cargo clippy --all-targets -- -D warnings cargo clippy --all-targets --features master,dlopen -- -D warnings + + cd gccjit_sys + cargo clippy --all-targets -- -D warnings + cargo clippy --all-targets --features master,dlopen -- -D warnings