소스 검색

mucking with xclip

Charlie Kindel 2 년 전
부모
커밋
e110740937
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      .github/workflows/dotnet-core.yml

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

@@ -20,14 +20,15 @@ jobs:
         dotnet-version: 6.0.100
 
     - name: Install dependencies
-      run: dotnet restore
+      run: |
+        dotnet restore
+        sudo apt-get install xclip
 
     - name: Build Debug
       run: dotnet build --configuration Debug --no-restore
 
     - 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/