Skip to content

Commit ca9213b

Browse files
authored
Update openharmony-build.yml
1 parent f57af96 commit ca9213b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/openharmony-build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818

1919
- name: Set up Docker
2020
uses: docker/setup-buildx-action@v2
21+
22+
- name: Update Submodule
23+
run: git submodule update --init --recursive
2124

2225
- name: build for x64
2326
run: |
@@ -27,4 +30,4 @@ jobs:
2730
- name: build for arm64
2831
run: |
2932
chmod +x ./scripts/build-openharmony-arm64.sh
30-
./scripts/build-openharmony-arm64.sh
33+
./scripts/build-openharmony-arm64.sh

0 commit comments

Comments
 (0)