Skip to content

Commit 233abfe

Browse files
committed
Fix LPC54 github workflow
1 parent 109dbd0 commit 233abfe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-configs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,11 @@ jobs:
125125
config-file: ./config/examples/library.config
126126

127127
lpc54606j512_test:
128-
uses: ./.github/workflows/test-build-mcux-sdk.yml
128+
uses: ./.github/workflows/test-build-mcux-sdk-manifests.yml
129129
with:
130130
arch: arm
131131
config-file: ./config/examples/lpc54606j512.config
132+
board-name: lpcxpresso55s06
132133

133134
nrf52840_test:
134135
uses: ./.github/workflows/test-build.yml

0 commit comments

Comments
 (0)