From 73f7896ddf35f7e25828f52ad87144b9c10da837 Mon Sep 17 00:00:00 2001 From: Romain BOULLARD Date: Wed, 28 Jan 2026 15:02:06 +0100 Subject: [PATCH] yaml fix --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 527898a..37ea850 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: matrix: build_type: ["Debug", "RelWithDebInfo", "Release"] unity_build: ["ON", "OFF"] - name: Build & Test ${{ matrix.build_type }} (Unity: ${{ matrix.unity_build }}) + name: "Build & Test ${{ matrix.build_type }} (Unity: ${{ matrix.unity_build }})" steps: - name: Install Node.js run: apt-get update && apt-get install -y nodejs