fix(ci): missing submodules
Some checks failed
AntOS pipeline / build-arm (push) Has been cancelled
AntOS pipeline / publish-doc-on-tag (push) Has been cancelled
AntOS pipeline / publish-package-on-tag (push) Has been cancelled
AntOS pipeline / build-amd64 (push) Has been cancelled
AntOS pipeline / build-arm64 (push) Has been cancelled

This commit is contained in:
Dany LE 2024-07-25 23:39:11 +02:00 committed by GitHub
parent 274f959ae2
commit 0a2b701037
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Update submodule
run: git submodule update --init
- run: mkdir -p build
- name: Build and publish doc and SDK
run: |