Skip to content

Commit

Permalink
Capture error stream from Homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 5, 2024
1 parent 3d69895 commit f8da19b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/github-actions/setup-macos-14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ if (
set -ex
brew update
brew install autoconf automake java make mpich swig tcl-tk
) > brew.log
) >& brew.log
then
log "Installed Homebrew packages in %i seconds."
else
log "FAILED to install Homebrew packages!"
log "brew.log:"
cat brew.log
return 1
fi

0 comments on commit f8da19b

Please sign in to comment.