We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54bb02 commit cab1584Copy full SHA for cab1584
1 file changed
.github/workflows/ios-release.yml
@@ -65,6 +65,10 @@ jobs:
65
working-directory: platform/ios
66
shell: bash
67
steps:
68
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
69
+ with:
70
+ submodules: recursive
71
+
72
- name: Build XCFramework (Static)
73
# for now, just build it TODO: make a static framework release
74
run: |
0 commit comments