From 041de48307af12f993cb570a7b7d106bd49d43a8 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 6 May 2024 20:07:49 +0200 Subject: [PATCH] Fix indentation --- .github/workflows/osrm-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 853d93ba4..b3f1dd352 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -242,7 +242,7 @@ jobs: CXXCOMPILER: clang++-15 ENABLE_CONAN: ON - - name: gcc-13-release + - name: gcc-13-release continue-on-error: false node: 20 runs-on: ubuntu-22.04 @@ -253,7 +253,7 @@ jobs: ENABLE_BENCHMARKS: ON CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized' - - name: gcc-12-release + - name: gcc-12-release continue-on-error: false node: 20 runs-on: ubuntu-22.04