need path to sed on macos

This commit is contained in:
Tig
2024-07-07 17:11:34 -06:00
parent 454bfda636
commit 23ee80f030

View File

@@ -40,7 +40,9 @@ jobs:
- name: Install sed on macOS
if: runner.os == 'macOS'
run: brew install gnu-sed
run: |
brew install gnu-sed
PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
# 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)/