Skip to content

Commit 998dad4

Browse files
Don't need to patch SDK for 2.0.1++
1 parent 32533a3 commit 998dad4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-libpico.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ jobs:
2929
# add to PATH
3030
echo "$GITHUB_WORKSPACE/system/riscv32-unknown-elf/bin" >> "$GITHUB_PATH"
3131
echo "$GITHUB_WORKSPACE/system/arm-none-eabi/bin" >> "$GITHUB_PATH"
32-
# Needed until we switch to Pico-SDK 2.0.1.
33-
- name: Patch Pico-SDK (Fix Assembly for newer GCC)
34-
run: |
35-
cd pico-sdk
36-
wget https://patch-diff.githubusercontent.com/raw/raspberrypi/pico-sdk/pull/2000.patch
37-
patch -p1 < 2000.patch
3832
- name: Build libpico
3933
run: |
4034
cd tools/libpico

0 commit comments

Comments
 (0)