Added submodule init in new workflow

pull/664/head
Daniele Lacamera 2026-01-11 16:55:58 +01:00
parent 85a3cdad60
commit df2cdcc9d6
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Init submodules
run: git submodule update --init --single-branch
- name: Configure stm32h5 (TZ) and build wolfboot
run: |
cp config/examples/stm32h5-tz.config .config