From: Martin Quinson Date: Thu, 2 Mar 2023 07:42:02 +0000 (+0100) Subject: Fix yaml syntax :( X-Git-Tag: v3.34~414 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8aa6b3c1446cc8a4e766629a9c1ff489964103e2 Fix yaml syntax :( --- 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: |