Skip to content

Commit

Permalink
m109-664500fa93
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Dec 14, 2022
1 parent 6b28416 commit 2721364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
default: 'false'

env:
version: m106-ba6bc7d02d
version: m109-664500fa93

jobs:
macos:
Expand Down
4 changes: 2 additions & 2 deletions script/checkout.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ def main():
if 'windows' == common.system():
env = os.environ.copy()
env['PYTHONHTTPSVERIFY']='0'
subprocess.check_call(["python", "tools/git-sync-deps"], env=env)
subprocess.check_call(["python3", "tools/git-sync-deps"], env=env)
else:
subprocess.check_call(["python2", "tools/git-sync-deps"])
subprocess.check_call(["python3", "tools/git-sync-deps"])

return 0

Expand Down

0 comments on commit 2721364

Please sign in to comment.