Skip to content

Commit f9d92c5

Browse files
committed
Added submodule init in new workflow
1 parent d26eba7 commit f9d92c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/emu-test-stm32h5.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15+
- name: Init submodules
16+
run: git submodule update --init --single-branch
17+
1518
- name: Configure stm32h5 (TZ) and build wolfboot
1619
run: |
1720
cp config/examples/stm32h5-tz.config .config

0 commit comments

Comments
 (0)