Skip to content

Commit cba4c1c

Browse files
committed
Intendation fix, add commend
1 parent 894936f commit cba4c1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-libpico.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: libpico Builder
55
on:
66
pull_request:
77
paths:
8-
- tools/libpico/**
8+
- tools/libpico/**
99
workflow_dispatch:
1010
push:
1111
paths:
@@ -29,6 +29,7 @@ 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.
3233
- name: Patch Pico-SDK (Fix Assembly for newer GCC)
3334
run: |
3435
cd pico-sdk

0 commit comments

Comments
 (0)