mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Ensure kitty is rebuilt after publishing the nightly
This commit is contained in:
@@ -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':
|
||||||
|
|||||||
Reference in New Issue
Block a user