mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +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():
|
||||
building_nightly = True
|
||||
exec_actions(NIGHTLY_ACTIONS, args)
|
||||
subprocess.run(['make', 'debug'])
|
||||
return
|
||||
require_git_master()
|
||||
if args.action == 'all':
|
||||
|
||||
Reference in New Issue
Block a user