ci: make macOS CI faster (#16766)
* ci: cache brew update result * ci: checkout and sync the macOS build on a linux machine for speed
This commit is contained in:
parent
fc06458038
commit
17c240a639
3 changed files with 57 additions and 5 deletions
|
@ -11,7 +11,6 @@ from lib.util import add_exec_bit, download, extract_zip, rm_rf, \
|
|||
|
||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||
|
||||
|
||||
def parse_args():
|
||||
parser = argparse.ArgumentParser(
|
||||
description='Download binaries for Electron build')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue