浏览代码

need path to sed on macos 2

Tig 1 年之前
父节点
当前提交
a2e63e7700
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/dotnet-core.yml

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

@@ -43,6 +43,7 @@ jobs:
       run: |
           brew install gnu-sed
           PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
+          sed --version
 
       # 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)/