Skip to content

Commit 8b9fc5a

Browse files
committed
Fixed PICO_PLATFORM in pico-sdk test
1 parent a844392 commit 8b9fc5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build-pico-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ jobs:
6262
cd IDE/pico-sdk/${{inputs.target}}/wolfboot
6363
mkdir build
6464
cd build
65-
cmake ../ -DPICO_SDK_PATH="$GITHUB_WORKSPACE/pico-sdk"
65+
cmake ../ -DPICO_SDK_PATH="$GITHUB_WORKSPACE/pico-sdk" -DPICO_PLATFORM=${{inputs.target}}
6666
make

0 commit comments

Comments
 (0)