need to install sed on macos

This commit is contained in:
Tig
2024-07-07 17:04:35 -06:00
parent b84e7b868c
commit 7c119de0e6

View File

@@ -36,6 +36,10 @@ jobs:
- name: Build Debug
run: dotnet build --configuration Debug --no-restore
- name: Install sed on macOS
if: runner.os == 'macOS'
run: brew install gnu-sed
# 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)/
- name: Test