From 8aa6b3c1446cc8a4e766629a9c1ff489964103e2 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 2 Mar 2023 08:42:02 +0100 Subject: [PATCH] Fix yaml syntax :( --- .github/workflows/git.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml index 333faec0bf..36d20a3a9f 100644 --- a/.github/workflows/git.yml +++ b/.github/workflows/git.yml @@ -35,7 +35,7 @@ jobs: -Denable_ns3=ON \ -DCMAKE_DISABLE_SOURCE_CHANGES=ON -DLTO_EXTRA_FLAG="auto" ninja tests VERBOSE=1 - ctest --output-on-verbose + ctest --output-on-verbose - name: Create the failure Message if: ${{ failure() }} run: | @@ -69,7 +69,7 @@ jobs: -Denable_ns3=OFF \ -DCMAKE_DISABLE_SOURCE_CHANGES=ON -DLTO_EXTRA_FLAG="auto" ninja tests VERBOSE=1 - ctest --output-on-verbose + ctest --output-on-verbose - name: Create the failure Message if: ${{ failure() }} run: | -- 2.20.1