windows build fix
Some checks failed
demo.yaml / windows build fix (push) Failing after 0s

This commit is contained in:
Jorijn van der Graaf 2026-03-01 20:50:34 +01:00
commit 1224485820

View file

@ -330,6 +330,6 @@ namespace Crafter {
std::cout << cmd << std::endl; std::cout << cmd << std::endl;
std::string result = RunCommand(cmd); std::string result = RunCommand(cmd);
std::cout << result << std::endl; std::cout << result << std::endl;
return result return result;
} }
} }