Disabling RPI in CI.

Issue: https://github.com/maxgerhardt/platform-raspberrypi/issues/83
This commit is contained in:
Mathieu Carbou
2024-10-23 16:32:51 +02:00
parent dbf00e302f
commit 50ea5eedb7
2 changed files with 4 additions and 4 deletions

View File

@@ -127,8 +127,8 @@ jobs:
- env: ci-esp8266
board: d1_mini
- env: ci-raspberrypi
board: rpipicow
# - env: ci-raspberrypi
# board: rpipicow
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@@ -82,8 +82,8 @@ lib_deps =
; board settings: https://github.com/earlephilhower/arduino-pico/blob/master/tools/json/rpipico.json
[env:raspberrypi]
upload_protocol = picotool
; platform = raspberrypi
platform = https://github.com/maxgerhardt/platform-raspberrypi#v1.2.0-gcc12
platform = raspberrypi
; platform = https://github.com/maxgerhardt/platform-raspberrypi#v1.2.0-gcc12
board = rpipicow
lib_deps =
bblanchon/ArduinoJson @ 7.2.0