From 00217682f72f5e2ac6c0688d1f4e1a6ea89c0b8e Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Mon, 26 Apr 2021 20:53:50 +0200 Subject: [PATCH] fix typo --- .github/workflows/ccpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"