We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9072796 commit 313d8a6Copy full SHA for 313d8a6
.github/actions/build-ocp-addons/action.yml
@@ -41,7 +41,7 @@ runs:
41
42
brew install gsed
43
# ensure gnu sed is in PATH before system (BSD) sed
44
- echo "PATH=$(brew --prefix gnu-sed)/libexec/gnubin:$PATH" >> $GITHUB_ENV
+ sudo ln -s "$(brew --prefix gnu-sed)/libexec/gnubin/sed" /usr/local/bin/sed
45
46
# - - -
47
0 commit comments