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 70dfd4d commit cb3968cCopy full SHA for cb3968c
1 file changed
.github/workflows/test.yml
@@ -62,7 +62,7 @@ jobs:
62
run: |
63
brew install bash gnu-sed
64
# enable gnu-sed usage as "sed"
65
- echo "/usr/local/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
+ echo "$(brew --prefix gnu-sed)/libexec/gnubin" >> $GITHUB_PATH
66
67
- name: Install dependencies
68
0 commit comments