We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9fd36e commit fae9384Copy full SHA for fae9384
1 file changed
.github/workflows/ci_linux.yml
@@ -102,7 +102,7 @@ jobs:
102
-DCMAKE_CXX_FLAGS="${{ matrix.cxx_flags }}" \
103
-DSHARG_VERBOSE_TESTS=OFF \
104
${{ contains(matrix.name, 'no TDL') && '-DSHARG_NO_TDL=ON' || '' }}
105
- make -j2 gtest_build ${{ contains(matrix.name, 'no TDL') && '' || 'yaml-cpp' }}
+ make -j2 gtest_build ${{ contains(matrix.name, 'no TDL') == false && 'yaml-cpp' || '' }}
106
107
- name: Build tests
108
run: |
0 commit comments