Skip to content

Commit

Permalink
Add missing <var>:<type> separator
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Oct 13, 2024
1 parent 8ff307a commit e44ee07
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_FLAG: ${{ matrix.arch == 'x86' && '-D' || '-U' }}
CODECOV_GCOV_VALUE: CODECOV_GCOV${{ matrix.arch == 'x86' && 'FILEPATH=C:/msys64/mingw64/bin/gcov' || '' }}
CODECOV_GCOV_VALUE: CODECOV_GCOV${{ matrix.arch == 'x86' && ':FILEPATH=C:/msys64/mingw64/bin/gcov' || '' }}
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 e44ee07

Please sign in to comment.