Skip to content

Commit e11bb31

Browse files
author
lucasliu
committed
fix: recurse submodules when cloning mlx-swift in CI
1 parent bcbaeba commit e11bb31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- name: Clone vendor dependencies
3333
run: |
34-
# mlx-swift — Apple's MLX Swift bindings (local fork target)
35-
git clone --depth 1 --branch "${MLX_SWIFT_REF}" \
34+
# mlx-swift — Apple's MLX Swift bindings (has mlx C++ submodule)
35+
git clone --depth 1 --branch "${MLX_SWIFT_REF}" --recurse-submodules --shallow-submodules \
3636
https://github.com/ml-explore/mlx-swift.git vendors/mlx-swift
3737
3838
# mlx-swift-lm — LM/VLM layer on top of mlx-swift

0 commit comments

Comments
 (0)