fix: add back build dependencies for clippy
clippy compiles the code to analyze it, so it needs gcc for linking
and openssl.dev + pkg-config for dependencies. use shell glob pattern
instead of find command to set PKG_CONFIG_PATH.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>