diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-05-07 09:42:30 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-05-07 09:42:30 +0200 |
commit | f4d0f807118dc4b1ddc1013ad5ebde80a730c23c (patch) | |
tree | 6719dc766843157338f3491f1d40c702bc1006b8 /.github | |
parent | 187ebeb4df9f575ac83f7397bd1817baa0ea3b9b (diff) |
CI: don't run systemd integration test on mac
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0d213a2a..8b1dbdbd2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -237,7 +237,7 @@ jobs: run: | ./test/run_tests.sh ./libnDPI ./build/nDPId-test - name: Daemon - if: endsWith(matrix.compiler, 'cc') || endsWith(matrix.compiler, 'clang') + if: startsWith(matrix.compiler, 'gcc') || endsWith(matrix.compiler, 'clang') run: | make -C ./build daemon VERBOSE=1 make -C ./build daemon VERBOSE=1 |