Skip to content

Commit 146132d

Browse files
committed
Use raspberrypi/pico-sdk#2315 and raspberrypi/pico-examples#619 so the examples compilation passes
1 parent b89a7e8 commit 146132d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
- name: Checkout Pico SDK
8686
uses: actions/checkout@v4
8787
with:
88-
repository: raspberrypi/pico-sdk
89-
ref: develop
88+
repository: will-v-pi/pico-sdk
89+
ref: self-decrypting-only
9090
path: pico-sdk
9191
submodules: 'recursive'
9292
- name: Build and Install
@@ -98,7 +98,7 @@ jobs:
9898
uses: actions/checkout@v4
9999
with:
100100
repository: raspberrypi/pico-examples
101-
ref: develop
101+
ref: encrypted-improvements
102102
path: pico-examples
103103
- name: Build Pico Examples
104104
run: |

0 commit comments

Comments
 (0)