From f4d0f807118dc4b1ddc1013ad5ebde80a730c23c Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 7 May 2024 09:42:30 +0200 Subject: CI: don't run systemd integration test on mac Signed-off-by: Toni Uhlig --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3