Răsfoiți Sursa

need to install sed on macos

Tig 1 an în urmă
părinte
comite
7c119de0e6
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      .github/workflows/dotnet-core.yml

+ 4 - 0
.github/workflows/dotnet-core.yml

@@ -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