Skip to content

Commit 96da8ee

Browse files
committed
Use raspberrypi/pico-sdk#2315 and raspberrypi/pico-examples#619 so the examples compilation passes
1 parent 6743582 commit 96da8ee

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
@@ -82,8 +82,8 @@ jobs:
8282
- name: Checkout Pico SDK
8383
uses: actions/checkout@v4
8484
with:
85-
repository: raspberrypi/pico-sdk
86-
ref: develop
85+
repository: will-v-pi/pico-sdk
86+
ref: self-decrypting-only
8787
path: pico-sdk
8888
submodules: 'recursive'
8989
- name: Build and Install
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/checkout@v4
9696
with:
9797
repository: raspberrypi/pico-examples
98-
ref: develop
98+
ref: encrypted-improvements
9999
path: pico-examples
100100
- name: Build Pico Examples
101101
run: |

0 commit comments

Comments
 (0)