GHA: main-macos.yml brew install gnu-sed

This commit is contained in:
Darryl L. Miles 2025-01-08 09:09:07 +00:00 committed by R. Timothy Edwards
parent 8485820526
commit be6483bf4b
1 changed files with 6 additions and 4 deletions

View File

@ -22,8 +22,8 @@ jobs:
run: | run: |
brew install --cask xquartz brew install --cask xquartz
PACKAGE_LIST="xquartz" PACKAGE_LIST="xquartz"
brew install cairo tcl-tk@8 tcsh brew install cairo tcl-tk@8 tcsh gnu-sed
_package_list="cairo tcl-tk@8 tcsh" _package_list="cairo tcl-tk@8 tcsh gnu-sed"
# These seem needed maybe they are being provided from somewhere else GHA runner # These seem needed maybe they are being provided from somewhere else GHA runner
# or brew transitive depend either way doesn't hurt to confirm they are installed. # or brew transitive depend either way doesn't hurt to confirm they are installed.
_package_list="$_package_list libglu freeglut" _package_list="$_package_list libglu freeglut"
@ -54,6 +54,7 @@ jobs:
brew info tcl-tk > $TMPFILE && head -n1 $TMPFILE brew info tcl-tk > $TMPFILE && head -n1 $TMPFILE
brew info tcl-tk@8 > $TMPFILE && head -n1 $TMPFILE brew info tcl-tk@8 > $TMPFILE && head -n1 $TMPFILE
brew info tcsh > $TMPFILE && head -n1 $TMPFILE brew info tcsh > $TMPFILE && head -n1 $TMPFILE
brew info gnu-sed > $TMPFILE && head -n1 $TMPFILE
echo "" echo ""
cc -v 2>&1 cc -v 2>&1
echo "" echo ""
@ -253,8 +254,8 @@ jobs:
run: | run: |
brew install --cask xquartz brew install --cask xquartz
PACKAGE_LIST="xquartz" PACKAGE_LIST="xquartz"
brew install cairo tcl-tk@8 tcsh brew install cairo tcl-tk@8 tcsh gnu-sed
_package_list="cairo tcl-tk@8 tcsh" _package_list="cairo tcl-tk@8 tcsh gnu-sed"
# These seem needed maybe they are being provided from somewhere else GHA runner # These seem needed maybe they are being provided from somewhere else GHA runner
# or brew transitive depend either way doesn't hurt to confirm they are installed. # or brew transitive depend either way doesn't hurt to confirm they are installed.
_package_list="$_package_list libglu freeglut" _package_list="$_package_list libglu freeglut"
@ -285,6 +286,7 @@ jobs:
brew info tcl-tk > $TMPFILE && head -n1 $TMPFILE brew info tcl-tk > $TMPFILE && head -n1 $TMPFILE
brew info tcl-tk@8 > $TMPFILE && head -n1 $TMPFILE brew info tcl-tk@8 > $TMPFILE && head -n1 $TMPFILE
brew info tcsh > $TMPFILE && head -n1 $TMPFILE brew info tcsh > $TMPFILE && head -n1 $TMPFILE
brew info gnu-sed > $TMPFILE && head -n1 $TMPFILE
echo "" echo ""
cc -v 2>&1 cc -v 2>&1
echo "" echo ""