Skip to content

Commit c5928fa

Browse files
committed
ci: compile esp32 for v3.0.0
1 parent 8a19fae commit c5928fa

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-License-Identifier: GPL-3.0+
2+
# SPDX-FileCopyrightText: 2025 unref-ptr <unref-ptr@protonmail.com>
3+
14
name: Build
25

36
on: [push, pull_request]
@@ -10,16 +13,8 @@ jobs:
1013
RPI_BOARD_URL: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
1114
strategy:
1215
matrix:
13-
arduino-platform: ["arduino:avr","esp32:esp32","rp2040:rp2040"]
14-
# This is usually optional but we need to statically define the
15-
# FQBN of the boards we want to test for each platform. In the
16-
# future the CLI might automatically detect and download the core
17-
# needed to compile against a certain FQBN, at that point the
18-
# following `include` section will be useless.
1916
include:
20-
# This works like this: when the platform is "arduino:samd", the
21-
# variable `fqbn` is set to "arduino:samd:nano_33_iot".
22-
- arduino-platform: "esp32:esp32"
17+
- arduino-platform: "esp32:esp32@3.0.0"
2318
fqbn: "esp32:esp32:esp32"
2419
- arduino-platform: "rp2040:rp2040"
2520
fqbn: "rp2040:rp2040:rpipico"
@@ -53,8 +48,6 @@ jobs:
5348
sudo mkdir -p $ARDUINO_LIB_PATH
5449
sudo cp $GITHUB_WORKSPACE/../lwIOLink -r $ARDUINO_LIB_PATH
5550
56-
# Finally, we compile the sketch, using the FQBN that was set
57-
# in the build matrix.
5851
- name: Compile Sketch
5952
run: |
6053
arduino-cli lib list

0 commit comments

Comments
 (0)