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 mlx-c cache key: use step output instead of shell expansion
GitHub Actions `with:` blocks do not evaluate shell expressions like
$(brew info ...). The cache key was passed as a literal string containing
the $() expression, which failed with "cannot contain commas".
Fix: compute the MLX version in a prior step, export it via
GITHUB_OUTPUT, and reference it as ${{ steps.mlx-version.outputs.version }}.
Affects ci.yml and integration-test.yml (same bug in both).
Signed-off-by: Michael Yuan <michael@secondstate.io>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments