File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,8 +268,8 @@ jobs:
268268 run : |
269269 python -m pip install --upgrade pip
270270 pip install --upgrade platformio
271+ rm -rf ~/.platformio/platforms/raspberrypi*
271272 pio pkg install --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
272- pio pkg update --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
273273 pio pkg install --global --tool symlink://.
274274 cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/.
275275 - name : Build Multicore Example
@@ -325,8 +325,8 @@ jobs:
325325 run : |
326326 python -m pip install --upgrade pip
327327 pip install --upgrade platformio
328+ rm -rf ~/.platformio/platforms/raspberrypi*
328329 pio pkg install --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
329- pio pkg update --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git
330330 pio pkg install --global --tool symlink://.
331331 cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/.
332332 - name : Build Every Variant
You can’t perform that action at this time.
0 commit comments