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 @@ -264,8 +264,8 @@ jobs:
264264 run : |
265265 python -m pip install --upgrade pip
266266 pip install --upgrade platformio
267+ rm -rf ~/.platformio/platforms/raspberrypi*
267268 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
269269 pio pkg install --global --tool symlink://.
270270 cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/.
271271 - name : Build Multicore Example
@@ -321,8 +321,8 @@ jobs:
321321 run : |
322322 python -m pip install --upgrade pip
323323 pip install --upgrade platformio
324+ rm -rf ~/.platformio/platforms/raspberrypi*
324325 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
326326 pio pkg install --global --tool symlink://.
327327 cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/.
328328 - name : Build Every Variant
You can’t perform that action at this time.
0 commit comments