prefix-dev / rattler-build

rattler-build is a universal package builder for Windows, macOS and Linux
https://prefix-dev.github.io/rattler-build
BSD 3-Clause "New" or "Revised" License
185 stars 38 forks source link

chore: fix clippy warnings #967

Closed Hofer-Julian closed 1 month ago

Hofer-Julian commented 1 month ago

Also remove paths filter for CI. It doesn't play well with concurrency. If you add a job that doesn't touch the correct files, it will cancel other jobs, but not start a new one.