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 - env: ci-esp8266
board: d1_mini board: d1_mini
- env: ci-raspberrypi # - env: ci-raspberrypi
board: rpipicow # board: rpipicow
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 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 ; board settings: https://github.com/earlephilhower/arduino-pico/blob/master/tools/json/rpipico.json
[env:raspberrypi] [env:raspberrypi]
upload_protocol = picotool upload_protocol = picotool
; platform = raspberrypi platform = raspberrypi
platform = https://github.com/maxgerhardt/platform-raspberrypi#v1.2.0-gcc12 ; platform = https://github.com/maxgerhardt/platform-raspberrypi#v1.2.0-gcc12
board = rpipicow board = rpipicow
lib_deps = lib_deps =
bblanchon/ArduinoJson @ 7.2.0 bblanchon/ArduinoJson @ 7.2.0