Update ccpp.yml

kimkulling-issue_2656_add_cppcoverall
Kim Kulling 2021-04-26 21:05:54 +02:00 committed by GitHub
parent 00217682f7
commit 4f0fd49aa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
if: endsWith(matrix.name,'latest-gcov')
run: |
pip install --user cpp-coveralls
run: echo "::set-output name=args::-ASSIMP_COVERALLS=1"
echo "::set-output name=args::-ASSIMP_COVERALLS=1"
- name: Remove contrib directory for Hunter builds
if: contains(matrix.name, 'hunter')