From 1b0f8012681f1fe95b22ecd429ced485d03cc4d1 Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Mon, 27 Oct 2025 17:58:49 +0100 Subject: [PATCH] Fix an indentation error in build-exercises.yml The CI wasn't running because of an indentation error in the matrix strategy. --- .github/workflows/build-exercises.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-exercises.yml b/.github/workflows/build-exercises.yml index c67368f6..bcc7a994 100644 --- a/.github/workflows/build-exercises.yml +++ b/.github/workflows/build-exercises.yml @@ -40,7 +40,7 @@ jobs: - NAME: "modern_oo" - NAME: "move" - NAME: "classes" - SKIP_DEFAULT: true + SKIP_DEFAULT: true - NAME: "operators" - NAME: "optional" - NAME: "polymorphism"