Skip to content

Commit

Permalink
Correct Workflow variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent dcd8cee commit ab43aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ jobs:
env:
CMAKE_MESSAGE_LOG_LEVEL: VERBOSE
#CODECOV_GCOV: ${{ matrix.arch == 'x86' && 'C:/mingw64/bin/gcov.exe' || '' }}
CODECOV_GCOV: ${{ maxtrix.aqtTool && 'D:/a/dokit/Qt/Tools/mingw1310_64/bin/gcov.exe' || 'C:/mingw64/bin/gcov.exe' }}
CODECOV_GCOV: ${{ matrix.aqtTool && 'D:/a/dokit/Qt/Tools/mingw1310_64/bin/gcov.exe' || 'C:/mingw64/bin/gcov.exe' }}

Check failure on line 556 in .github/workflows/build.yaml

View workflow job for this annotation

GitHub Actions / yamllint

556:121 [line-length] line too long (125 > 120 characters)
ENABLE_COVERAGE: ${{ matrix.toolchain == 'msvc' && 'false' || 'true' }}
PROJECT_BUILD_ID: ${{ github.run_number }}.win.${{ matrix.arch }}.${{ matrix.toolchain }}.qt-${{ matrix.qt }}
run: |
Expand Down

0 comments on commit ab43aba

Please sign in to comment.