Explorar el Código

Update ccpp.yml

Kim Kulling hace 4 años
padre
commit
b2ca2ceb3f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .github/workflows/ccpp.yml

+ 1 - 0
.github/workflows/ccpp.yml

@@ -77,6 +77,7 @@ jobs:
       if: endsWith(matrix.name,'latest-gcov')
       run: |
         pip install --user cpp-coveralls
+        sudo apt-get install -y lcov
         echo "::set-output name=args::-ASSIMP_COVERALLS=1"
       
     - name: Remove contrib directory for Hunter builds