From ef976aa12f223f819bf03b25421a1c9f3e2209a2 Mon Sep 17 00:00:00 2001 From: Christian Eltzschig Date: Thu, 20 Aug 2020 13:54:33 +0200 Subject: [PATCH] iox-#252 another yaml adjustment in workflow Signed-off-by: Christian Eltzschig --- .github/workflows/build-test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index bd2832087e..e493dbea84 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -27,8 +27,7 @@ jobs: uses: actions/checkout@v2 - name: Build sources - run: | - cmake -Bbuild -Hiceoryx_meta -Dtest=ON -Dbinding_c=ON -Dexamples=ON -Dintrospection=ON && cmake --build build + run: cmake -Bbuild -Hiceoryx_meta -Dtest=ON -Dbinding_c=ON -Dexamples=ON -Dintrospection=ON && cmake --build build - name: Run tests run: |