Skip to content

Commit 95e2ca6

Browse files
committed
ci: test on pico-sdk 1.5.1
also speed up CI tests by building only the hello_world/usb example
1 parent a0f438d commit 95e2ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-pico-sdk.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
sdk_version: [1.2.0, 1.3.1, 1.4.0]
12+
sdk_version: [1.2.0, 1.3.1, 1.4.0, 1.5.1]
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Cache Pico SDK
@@ -31,7 +31,7 @@ jobs:
3131
git clone https://github.com/raspberrypi/pico-sdk.git --depth 1 --branch ${SDK_VERSION}
3232
cd pico-sdk && git submodule update --init && cd ..
3333
git clone https://github.com/raspberrypi/pico-examples.git --depth 1 --branch "sdk-${SDK_VERSION}"
34-
cd pico-examples && mkdir build && cd build && cmake .. && make -j4
34+
cd pico-examples && mkdir build && cd build && cmake .. && make -C hello_world/usb -j4
3535
env:
3636
SDK_VERSION: ${{ matrix.sdk_version }}
3737
PICO_SDK_PATH: ~/pico/pico-sdk

0 commit comments

Comments
 (0)