Kim Kulling 4 years ago
parent
commit
00217682f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ccpp.yml

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

@@ -74,7 +74,7 @@ jobs:
         path: cmake/polly 
     
     - name: Install cppcov for c++
-      if: endfWith(matrix.name,'latest-gcov')
+      if: endsWith(matrix.name,'latest-gcov')
       run: |
         pip install --user cpp-coveralls
         run: echo "::set-output name=args::-ASSIMP_COVERALLS=1"