CI Updates

* Fixed the previously introduced compile error
* Build on more platforms with more configurations
This commit is contained in:
McMassiveNZ
2022-12-06 20:01:06 +01:00
parent 070da3d782
commit 26f2c65f6f
2 changed files with 9 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
auto main() -> int
{
int
printf("Hello, World!");
return 0;
}