Auto stash before checking out "origin/main"

This commit is contained in:
2026-03-10 20:06:00 +03:00
parent 3ccbb0b25b
commit 1341ef9925
3 changed files with 181 additions and 2 deletions

View File

@@ -10,7 +10,6 @@
#include <omath/utility/pe_pattern_scan.hpp>
#include <omath/utility/section_scan_result.hpp>
#include <sol/sol.hpp>
#endif
namespace omath::lua
{
@@ -101,4 +100,5 @@ namespace omath::lua
return *result;
};
}
} // namespace omath::lua
} // namespace omath::lua
#endif