Files
WickedEngine/.github/workflows
Dennis Brakhane b9527bf60a gh actions: don't fail fast (#1183)
by default, if any run of a matrix strategy fails, the others are
stopped immediately. In our case it means that if gcc fails, the
clang build will also fail, which is not what we want.

Change fail-fast to false so that if gcc fails, we can still see if
clang also fails or if it is a gcc specific problem or vice versa.
2025-07-23 08:13:18 +02:00
..
2025-07-23 08:13:18 +02:00