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

This commit is contained in:
Jorijn van der Graaf 2026-02-23 03:10:00 +01:00
commit d3c91fc1fd
2 changed files with 62 additions and 8 deletions

View file

@ -252,11 +252,11 @@ namespace Crafter {
name.replace_extension();
std::string depFolder = name.string() + "-" + configName;
if (it.contains("commit")) {
depFolder + it["commit"].get<std::string>();
} else if (it.contains("branch")) {
depFolder + it["branch"].get<std::string>();
}
// if (it.contains("commit")) {
// depFolder += it["commit"].get<std::string>();
// } else if (it.contains("branch")) {
// depFolder += it["branch"].get<std::string>();
// }
if (!fs::exists(project.buildDir/depFolder)) {
fs::create_directories(project.buildDir/depFolder);