Skip to content

Commit 42716a6

Browse files
committed
🔨 Attempt to have assert CI not break
1 parent e4658e3 commit 42716a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/sol/assert.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ struct pre_main {
3636
_set_abort_behavior(0, _WRITE_ABORT_MSG);
3737
#endif
3838
}
39-
} pm;
39+
} inline sol2_ci_dont_lock_ci_please = {};
4040

4141
#endif // Prevent lockup when doing Continuous Integration
4242

0 commit comments

Comments
 (0)