Ensure kitty is rebuilt after publishing the nightly
This commit is contained in:
parent
2408ccb635
commit
8f15654985
1 changed files with 1 additions and 0 deletions
|
|
@ -548,6 +548,7 @@ def main() -> None:
|
|||
with change_to_git_master():
|
||||
building_nightly = True
|
||||
exec_actions(NIGHTLY_ACTIONS, args)
|
||||
subprocess.run(['make', 'debug'])
|
||||
return
|
||||
require_git_master()
|
||||
if args.action == 'all':
|
||||
|
|
|
|||
Loading…
Reference in a new issue