From a2e63e7700a483cb79a7d59484ebc3a5dc390398 Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 7 Jul 2024 17:13:42 -0600 Subject: [PATCH] need path to sed on macos 2 --- .github/workflows/dotnet-core.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 191907d7f..7f9316f90 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -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)/