Tig пре 1 година
родитељ
комит
23ee80f030
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      .github/workflows/dotnet-core.yml

+ 3 - 1
.github/workflows/dotnet-core.yml

@@ -40,7 +40,9 @@ jobs:
 
 
     - name: Install sed on macOS
     - name: Install sed on macOS
       if: runner.os == '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.
       # 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)/