fix typo
parent
525863ac26
commit
00217682f7
|
@ -74,7 +74,7 @@ jobs:
|
||||||
path: cmake/polly
|
path: cmake/polly
|
||||||
|
|
||||||
- name: Install cppcov for c++
|
- name: Install cppcov for c++
|
||||||
if: endfWith(matrix.name,'latest-gcov')
|
if: endsWith(matrix.name,'latest-gcov')
|
||||||
run: |
|
run: |
|
||||||
pip install --user cpp-coveralls
|
pip install --user cpp-coveralls
|
||||||
run: echo "::set-output name=args::-ASSIMP_COVERALLS=1"
|
run: echo "::set-output name=args::-ASSIMP_COVERALLS=1"
|
||||||
|
|
Loading…
Reference in New Issue