Skip to content

Commit 941d3f2

Browse files
committed
Fix GH workflow syntax error
1 parent 53c9015 commit 941d3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
inputs.config-file == './config/examples/stm32u5.config' ||
5454
inputs.config-file == './config/examples/stm32u5-wolfcrypt-tz.config' ||
5555
inputs.config-file == './config/examples/stm32u5-nonsecure-dualbank.config' ||
56-
inputs.config-file == './config/examples/stm32n6.config'
56+
inputs.config-file == './config/examples/stm32n6.config' ||
5757
inputs.config-file == './config/examples/stm32n6-tz.config'
5858
run: |
5959
make distclean

0 commit comments

Comments
 (0)