Testing workflow
Some checks failed
Multi-Platform Release Build / build (false, aarch64-linux-gnu-gcc, aarch64-unknown-linux-gnu) (push) Successful in 11m27s
Multi-Platform Release Build / build (false, native) (push) Successful in 4m56s
Multi-Platform Release Build / build (true, x86_64-linux-gnu-gcc, x86_64-unknown-linux-gnu) (push) Failing after 2m6s
Multi-Platform Release Build / build (true, x86_64-w64-mingw32-gcc, x86_64-pc-windows-gnu) (push) Failing after 2m0s
Multi-Platform Release Build / create-release (push) Has been skipped

This commit is contained in:
Marco De Araujo 2025-12-31 13:11:24 -04:00
parent 239f9529d5
commit f3f88fcdbf

View file

@ -12,15 +12,12 @@ jobs:
include: include:
- target: native - target: native
cross: false cross: false
- target: aarch64-unknown-linux-gnu
cross: false
linker: aarch64-linux-gnu-gcc
- target: x86_64-unknown-linux-gnu - target: x86_64-unknown-linux-gnu
cross: true cross: true
linker: x86_64-linux-gnu-gcc linker: x86_64-linux-gnu-gcc
- target: aarch64-unknown-linux-gnu
cross: true
linker: aarch64-linux-gnu-gcc
- target: armv7-unknown-linux-gnueabihf
cross: true
linker: arm-linux-gnueabihf-gcc
- target: x86_64-pc-windows-gnu - target: x86_64-pc-windows-gnu
cross: true cross: true
linker: x86_64-w64-mingw32-gcc linker: x86_64-w64-mingw32-gcc