Skip to content

Commit af72da9

Browse files
committed
fix syntax
1 parent abd6ce0 commit af72da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/keyvi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
if: matrix.type == 'Coverage'
8484
env:
8585
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
86-
COVERALLS_PARALLEL=true
86+
COVERALLS_PARALLEL: true
8787
run: |
8888
python -m pip install git+https://github.com/hendrikmuhs/cpp-coveralls.git@gcov-template-coverage --user
8989
export PATH="/home/runner/.local/bin:$PATH"

0 commit comments

Comments
 (0)