We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32533a3 commit 998dad4Copy full SHA for 998dad4
.github/workflows/build-libpico.yml
@@ -29,12 +29,6 @@ jobs:
29
# add to PATH
30
echo "$GITHUB_WORKSPACE/system/riscv32-unknown-elf/bin" >> "$GITHUB_PATH"
31
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
38
- name: Build libpico
39
run: |
40
cd tools/libpico
0 commit comments