need path to sed on macos 2

This commit is contained in:
Tig
2024-07-07 17:13:42 -06:00
parent 23ee80f030
commit a2e63e7700

View File

@@ -43,6 +43,7 @@ jobs:
run: |
brew install gnu-sed
PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
sed --version
# See https://github.com/microsoft/vstest/issues/2952 for why the --blame stuff below is needed.
# Without it, the test runner crashes on ubuntu (but not Windows)/