You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix solc wrapper to check both nested and direct binary paths
The solc-select tool stores binaries differently on different systems:
- MacOS/local: artifacts/solc-X.Y.Z/solc-X.Y.Z (nested structure)
- Linux/CI: artifacts/solc-X.Y.Z (binary directly)
Updated the wrapper to check both patterns in both VIRTUAL_ENV and HOME locations.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments