mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
need path to sed on macos 2
This commit is contained in:
1
.github/workflows/dotnet-core.yml
vendored
1
.github/workflows/dotnet-core.yml
vendored
@@ -43,6 +43,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
brew install gnu-sed
|
brew install gnu-sed
|
||||||
PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
|
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.
|
# 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)/
|
# Without it, the test runner crashes on ubuntu (but not Windows)/
|
||||||
|
|||||||
Reference in New Issue
Block a user