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