浏览代码

xclip does not work on headless linux (github actions)

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

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

@@ -22,14 +22,12 @@ jobs:
     - name: Install dependencies
       run: |
         dotnet restore
-        sudo apt-get install xclip
 
     - name: Build Debug
       run: dotnet build --configuration Debug --no-restore
 
     - name: Test
       run: |
-        xclip -version
         dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"  --settings UnitTests/coverlet.runsettings
         mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/