Skip to content

Commit 2bce330

Browse files
committed
Start with clean platform install
1 parent bb299f3 commit 2bce330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

+2-2
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)