Skip to content

Commit 313d8a6

Browse files
committed
debug GITHUB_PATH (6)
1 parent 9072796 commit 313d8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/build-ocp-addons/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ runs:
4141
4242
brew install gsed
4343
# ensure gnu sed is in PATH before system (BSD) sed
44-
echo "PATH=$(brew --prefix gnu-sed)/libexec/gnubin:$PATH" >> $GITHUB_ENV
44+
sudo ln -s "$(brew --prefix gnu-sed)/libexec/gnubin/sed" /usr/local/bin/sed
4545
4646
# - - -
4747

0 commit comments

Comments
 (0)