fix typo
parent
525863ac26
commit
00217682f7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue