瀏覽代碼

need to install sed on macos

Tig 1 年之前
父節點
當前提交
7c119de0e6
共有 1 個文件被更改,包括 4 次插入0 次删除
  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