kolod/Pico Build Action
GitHub Action to build Pico projects using the Pico SDK v.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| install-path | Path to install the Pico SDK (default: <user home>/.pico-sdk). | no | ${{ github.workspace }}/../../../.pico-sdk |
| source-dir | Path to the source directory containing the CMakeLists.txt file (default: .). | no | ${{ github.workspace }} |
| build-dir | Path to the build directory (default: <source-dir>/build). | no | build |
| cmake-args | Additional arguments to pass to CMake (default: -DCMAKE_BUILD_TYPE=Release). | no | "" |
Outputs
no outputs