Skip to content

Commit fae9384

Browse files
committed
ci is hard
1 parent a9fd36e commit fae9384

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
-DCMAKE_CXX_FLAGS="${{ matrix.cxx_flags }}" \
103103
-DSHARG_VERBOSE_TESTS=OFF \
104104
${{ contains(matrix.name, 'no TDL') && '-DSHARG_NO_TDL=ON' || '' }}
105-
make -j2 gtest_build ${{ contains(matrix.name, 'no TDL') && '' || 'yaml-cpp' }}
105+
make -j2 gtest_build ${{ contains(matrix.name, 'no TDL') == false && 'yaml-cpp' || '' }}
106106
107107
- name: Build tests
108108
run: |

0 commit comments

Comments
 (0)