Skip to content

Commit 8be60e9

Browse files
committed
Recursively checkout SDK submodules
Fixes workflow with mbedtls 3.x
1 parent 450f8ed commit 8be60e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
repository: raspberrypi/pico-sdk
5252
ref: develop
5353
path: pico-sdk
54-
submodules: ${{ !(!matrix.mbedtls) }}
54+
submodules: ${{ matrix.mbedtls && 'recursive' || 'false' }}
5555

5656
- name: Build and Install
5757
run: |

0 commit comments

Comments
 (0)