Skip to content

Commit c4e7132

Browse files
Make CI use current JSON, not upstream (#2277)
1 parent bd902a9 commit c4e7132

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ jobs:
261261
pip install --upgrade platformio
262262
pio pkg install --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
263263
pio pkg install --global --tool symlink://.
264+
cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/.
264265
- name: Build Every Variant
265266
run: |
266-
# Temporarily remove bridgeteck since they had borked names and need an update to the PIO config
267-
for b in $(cut -f1 -d. /home/runner/work/arduino-pico/arduino-pico/boards.txt | sed 's/#.*//' | sed 's/^menu$//' | sed 's/bridgetek.*//' | sort -u); do
267+
for b in $(cut -f1 -d. /home/runner/work/arduino-pico/arduino-pico/boards.txt | sed 's/#.*//' | sed 's/^menu$//' | sort -u); do
268268
pio ci --board=$b -O "platform_packages=framework-arduinopico@symlink:///home/runner/work/arduino-pico/arduino-pico" libraries/rp2040/examples/Bootsel/Bootsel.ino
269269
done

0 commit comments

Comments
 (0)