Skip to content

Commit

Permalink
Add gnu-sed to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 9, 2024
1 parent 30bf5fc commit 1621cf2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dev/github-actions/setup-macos-14.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@ else
exit 1
fi

echo /opt/homebrew/opt/make/libexec/gnubin >> $GITHUB_PATH
echo /opt/homebrew/opt/bin >> $GITHUB_PATH
# Add these tools to PATH via GITHUB_PATH, one per line
BINS=(
/opt/homebrew/opt/gnu-sed/libexec/gnubin
/opt/homebrew/opt/make/libexec/gnubin
/opt/homebrew/opt/bin
)
echo ${BINS[@]} | fmt -w 1 >> $GITHUB_PATH

0 comments on commit 1621cf2

Please sign in to comment.