mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-08-06 14:14:39 +02:00
Disabling RPI in CI.
Issue: https://github.com/maxgerhardt/platform-raspberrypi/issues/83
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user