Skip to content

Commit

Permalink
Use older SDK for build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgerhardt authored Sep 14, 2024
1 parent 5206a4a commit 37d9c5a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
with:
path: PicoRVD

- name: Checkout pico-sdk/master
- name: Checkout pico-sdk/1.5.1
uses: actions/checkout@v3
with:
repository: raspberrypi/pico-sdk
ref: master
ref: 1.5.1
path: pico-sdk

- name: Checkout pico-sdk submodules
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: PicoRVD.uf2
path: ${{github.workspace}}/PicoRVD/bin/picorvd.uf2
path: ${{github.workspace}}/PicoRVD/bin/picorvd.uf2

0 comments on commit 37d9c5a

Please sign in to comment.