gnu-efi/.github/workflows
Pete Batard 91cb708816 Fix ‘asm’ undeclared error for MIPS builds
As explained at https://stackoverflow.com/a/49830956/1069307, 'asm' is a GNU
extension that will produce an error when using a non GNU standard like -std=c11.
With recent commit 9b1e06cd0c having fixed our use
of -std=c11, the MIPS build failed with the error above.

With this sorted, we also re-enable the MIPS gcc build in GitHub Actions.
2024-05-08 13:54:10 +01:00
..
gcc.yml Fix ‘asm’ undeclared error for MIPS builds 2024-05-08 13:54:10 +01:00
vs2022.yml Add GitHub Actions builds 2024-05-08 13:00:08 +01:00