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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user