Skip to content

Commit 358e3bb

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

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
@@ -20,7 +20,10 @@ jobs:
2020
uses: docker/setup-buildx-action@v2
2121

2222
- name: Update Submodule
23-
run: git submodule update --init --recursive
23+
run: |
24+
git submodule update --init --recursive
25+
cd runtime
26+
ls -al
2427
2528
- name: build for x64
2629
run: |

0 commit comments

Comments
 (0)