Ensure kitty is rebuilt after publishing the nightly

This commit is contained in:
Kovid Goyal 2023-05-09 08:54:29 +05:30
parent 2408ccb635
commit 8f15654985
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -548,6 +548,7 @@ def main() -> None:
with change_to_git_master(): with change_to_git_master():
building_nightly = True building_nightly = True
exec_actions(NIGHTLY_ACTIONS, args) exec_actions(NIGHTLY_ACTIONS, args)
subprocess.run(['make', 'debug'])
return return
require_git_master() require_git_master()
if args.action == 'all': if args.action == 'all':