Skip to content

Commit b0032ee

Browse files
committed
Checkout API accordingly
1 parent 192ed4d commit b0032ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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", "8d91951e428ed7e1878a2e3a362552f0da79d6df"], 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)