瀏覽代碼

mucking with xclip

Charlie Kindel 2 年之前
父節點
當前提交
66620a95c8
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .github/workflows/dotnet-core.yml

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

@@ -27,6 +27,7 @@ jobs:
 
     - name: Test
       run: |
+        apt install xclip
         xclip -version
         dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage"  --settings UnitTests/coverlet.runsettings
         mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/