diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 1d3b617a9..3dbc200fb 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -264,8 +264,8 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade platformio + rm -rf ~/.platformio/platforms/raspberrypi* pio pkg install --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git - pio pkg update --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git pio pkg install --global --tool symlink://. cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/. - name: Build Multicore Example @@ -321,8 +321,8 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade platformio + rm -rf ~/.platformio/platforms/raspberrypi* pio pkg install --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git - pio pkg update --global --platform https://github.com/maxgerhardt/platform-raspberrypi.git pio pkg install --global --tool symlink://. cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/. - name: Build Every Variant