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 CI: Add pipefail to catch brew install failures
The install step was succeeding even when brew failed because the pipe
to tee was masking the exit code. This prevented the "Display error logs
on failure" step from running.
Added `set -o pipefail` to ensure that when brew install fails, the step
fails and triggers the error log display, which includes the Cantera
config.log that will show why the cmath header check is failing.
0 commit comments