We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b49af commit 3eeda97Copy full SHA for 3eeda97
.github/workflows/pull-request.yml
@@ -322,6 +322,7 @@ jobs:
322
python -m pip install --upgrade pip
323
pip install --upgrade platformio
324
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
pio pkg install --global --tool symlink://.
327
cp -f /home/runner/work/arduino-pico/arduino-pico/tools/json/*.json /home/runner/.platformio/platforms/raspberrypi/boards/.
328
- name: Build Every Variant
0 commit comments