Skip to content

Commit 8f57824

Browse files
committed
Checkout API accordingly
1 parent ed9e8d0 commit 8f57824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def extract_zip(bundle, target):
139139
print("Failed to init submodules for BN API")
140140
sys.exit(1)
141141

142-
if subprocess.call(["git", "checkout", "5d9fa6553036f9d0e5216948585f4e7dcde3fcb7"], cwd=api_path) != 0:
142+
if subprocess.call(["git", "checkout", "72fcf44f3731ade3cf1310da55f633f1cb9069ce"], cwd=api_path) != 0:
143143
print("Failed to checkout for BN API")
144144
sys.exit(1)
145145

0 commit comments

Comments
 (0)