Skip to content

Commit

Permalink
Remove Pico SDK cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Feb 22, 2025
1 parent ab4e7d5 commit 30caafd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,21 @@ jobs:
uses: actions/checkout@v4
with:
path: pico-asha

- name: Cache Pico SDK
id: cache-pico-sdk
uses: actions/cache@v4
with:
path: pico-sdk
key: pico-sdk-${{ env.PICO_SDK_COMMIT_HASH }}-1

- name: Checkout Pico SDK
if: steps.cache-pico-sdk.outputs.cache-hit != 'true'
uses: actions/checkout@v4
with:
repository: raspberrypi/pico-sdk
path: pico-sdk
submodules: recursive
ref: "${{ env.PICO_SDK_COMMIT_HASH }}"

# Note: still required as of Pico SDK 2.0.0
- name: Update cyw43-driver for DLE fix
if: steps.cache-pico-sdk.outputs.cache-hit != 'true'
run: |
cd pico-sdk/
git submodule update --remote lib/cyw43-driver
- name: Patch TinyUSB 0.18 with UAC2 fix
if: steps.cache-pico-sdk.outputs.cache-hit != 'true'
run: |
cd pico-sdk/lib/tinyusb
git apply ../../../pico-asha/patch/tinyusb-v0.18-uac2-fix.patch
Expand Down

0 comments on commit 30caafd

Please sign in to comment.