File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -264,8 +264,8 @@ jobs:
264
264
run : |
265
265
python -m pip install --upgrade pip
266
266
pip install --upgrade platformio
267
+ rm -rf ~/.platformio/platforms/raspberrypi*
267
268
pio pkg install --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
268
- pio pkg update --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
269
269
pio pkg install --global --tool symlink://.
270
270
cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/.
271
271
- name : Build Multicore Example
@@ -321,8 +321,8 @@ jobs:
321
321
run : |
322
322
python -m pip install --upgrade pip
323
323
pip install --upgrade platformio
324
+ rm -rf ~/.platformio/platforms/raspberrypi*
324
325
pio pkg install --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
325
- pio pkg update --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
326
326
pio pkg install --global --tool symlink://.
327
327
cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/.
328
328
- name : Build Every Variant
You can’t perform that action at this time.
0 commit comments