mirror of https://github.com/wolfSSL/wolfBoot.git
Fix GH workflow syntax error
parent
53c9015eb0
commit
941d3f2dd4
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
inputs.config-file == './config/examples/stm32u5.config' ||
|
||||
inputs.config-file == './config/examples/stm32u5-wolfcrypt-tz.config' ||
|
||||
inputs.config-file == './config/examples/stm32u5-nonsecure-dualbank.config' ||
|
||||
inputs.config-file == './config/examples/stm32n6.config'
|
||||
inputs.config-file == './config/examples/stm32n6.config' ||
|
||||
inputs.config-file == './config/examples/stm32n6-tz.config'
|
||||
run: |
|
||||
make distclean
|
||||
|
|
|
|||
Loading…
Reference in New Issue