Browse Source

mucking with xclip

Charlie Kindel 2 years ago
parent
commit
66620a95c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/dotnet-core.yml

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

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