Skip to content

Commit cb3968c

Browse files
committed
fix tests on mac os
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent 70dfd4d commit cb3968c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
brew install bash gnu-sed
6464
# enable gnu-sed usage as "sed"
65-
echo "/usr/local/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
65+
echo "$(brew --prefix gnu-sed)/libexec/gnubin" >> $GITHUB_PATH
6666
6767
- name: Install dependencies
6868
run: |

0 commit comments

Comments
 (0)