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
Remove 'mfc run' test from CI and clarify Homebrew limitations
The Homebrew formula installs pre-built binaries only, not the full source tree.
The 'mfc run' command requires CMakeLists.txt and source files to build cases.
Changes:
- Remove 'mfc run' test from CI (not applicable for binary-only install)
- Update formula caveats to explain this limitation
- Document that users should clone the repo for development workflows
- CI now only tests binary installation and 'mfc --help' functionality
0 commit comments