diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 0a8bed259..7ca697085 100644 --- a/.github/workflows/ccpp.yml +++ b/.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"