Skip to content

Commit e8069e5

Browse files
committed
fix: pull the correct branch
1 parent d2aaa4e commit e8069e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/get_native_libraries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ def download_native_libraries(version: str) -> bool:
6464
if __name__ == '__main__':
6565
ret = download_native_libraries('v2.2.0')
6666
if ret is False and getenv('GITHUB_ACTIONS'):
67-
download_native_libraries('last_build/feature/findex_5_0_0')
67+
download_native_libraries('last_build/feature/ffi_allocate_from_rust')

0 commit comments

Comments
 (0)