Skip to content

Commit cab1584

Browse files
committed
fix checkout
1 parent b54bb02 commit cab1584

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ios-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
working-directory: platform/ios
6666
shell: bash
6767
steps:
68+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
69+
with:
70+
submodules: recursive
71+
6872
- name: Build XCFramework (Static)
6973
# for now, just build it TODO: make a static framework release
7074
run: |

0 commit comments

Comments
 (0)