yaml fix
Some checks failed
Bigfoot / Build & Test Debug (Unity: OFF) (push) Failing after 33s
Bigfoot / Build & Test Debug (Unity: ON) (push) Failing after 26s
Bigfoot / Build & Test RelWithDebInfo (Unity: OFF) (push) Failing after 26s
Bigfoot / Build & Test Release (Unity: OFF) (push) Has been cancelled
Bigfoot / Build & Test Release (Unity: ON) (push) Has been cancelled
Bigfoot / Build & Test RelWithDebInfo (Unity: ON) (push) Has been cancelled

This commit is contained in:
2026-01-28 15:02:06 +01:00
parent ee808645b5
commit 73f7896ddf

View File

@@ -19,7 +19,7 @@ jobs:
matrix: matrix:
build_type: ["Debug", "RelWithDebInfo", "Release"] build_type: ["Debug", "RelWithDebInfo", "Release"]
unity_build: ["ON", "OFF"] 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: steps:
- name: Install Node.js - name: Install Node.js
run: apt-get update && apt-get install -y nodejs run: apt-get update && apt-get install -y nodejs