Kim Kulling 4 年之前
父節點
當前提交
00217682f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"