CI linux: && git push

This commit is contained in:
Krzosa Karol
2025-04-01 10:35:45 +02:00
parent f82cd2dcd8
commit 2ff0273be6

View File

@@ -5126,6 +5126,7 @@ int main(int argument_count, char **arguments) {
if (S8_StartsWith(it, S8_Lit("cc="), false)) cc = S8_Skip(it, 3);
S8_AddNode(&Perm, &list, it);
}
IO_Printf("compiler=%.*s\n", S8_Expand(cc));
// Search for build file in the project directory
S8_String build_file = {0};