mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 07:47:54 +01:00
need path to sed on macos
This commit is contained in:
4
.github/workflows/dotnet-core.yml
vendored
4
.github/workflows/dotnet-core.yml
vendored
@@ -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)/
|
||||
|
||||
Reference in New Issue
Block a user