We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2aaa4e commit e8069e5Copy full SHA for e8069e5
1 file changed
scripts/get_native_libraries.py
@@ -64,4 +64,4 @@ def download_native_libraries(version: str) -> bool:
64
if __name__ == '__main__':
65
ret = download_native_libraries('v2.2.0')
66
if ret is False and getenv('GITHUB_ACTIONS'):
67
- download_native_libraries('last_build/feature/findex_5_0_0')
+ download_native_libraries('last_build/feature/ffi_allocate_from_rust')
0 commit comments