We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f1308 commit 8177535Copy full SHA for 8177535
1 file changed
.github/workflows/emu-test-stm32h5.yml
@@ -13,12 +13,11 @@ jobs:
13
- uses: actions/checkout@v4
14
15
- name: Configure stm32h5 (TZ) and build wolfboot
16
- working-directory: wolfboot
17
run: |
18
cp config/examples/stm32h5-tz.config .config
19
make wolfboot.bin
20
21
- name: Run emu test (stm32h5)
22
- working-directory: wolfboot/test-app/emu-test-apps
+ working-directory: test-app/emu-test-apps
23
24
SCENARIOS=C ./test.sh
0 commit comments