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