File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -74,16 +74,17 @@ jobs:
74
74
- name : test platforms
75
75
run : python3 ci/build_platform.py ${{ matrix.arduino-platform }}
76
76
77
- build-esp32-stable :
77
+ build-esp32-v2 :
78
78
runs-on : ubuntu-latest
79
79
needs : pre-commit
80
80
strategy :
81
81
fail-fast : false
82
82
matrix :
83
83
arduino-platform :
84
- # ESP32
85
84
- ' feather_esp32s2'
86
85
- ' feather_esp32s3'
86
+ esp32-version :
87
+ - ' 2.0.17'
87
88
88
89
steps :
89
90
- name : Checkout code
@@ -99,11 +100,11 @@ jobs:
99
100
- name : pre-install
100
101
run : bash ci/actions_install.sh
101
102
102
- - name : Install arduino-esp32 stable and Libraries
103
+ - name : Install arduino-esp32 v2 and Libraries
103
104
env :
104
105
BSP_URLS : https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
105
106
run : |
106
- arduino-cli core install esp32:esp32 --additional-urls $BSP_URLS
107
+ arduino-cli core install esp32:esp32@${{ matrix.esp32-version }} --additional-urls $BSP_URLS
107
108
arduino-cli lib install "Adafruit SPIFlash" "MIDI Library" "Adafruit seesaw Library" "Adafruit NeoPixel" "SdFat - Adafruit Fork" "SD" "Adafruit Circuit Playground" "Adafruit InternalFlash" "Pico PIO USB"
108
109
arduino-cli core list
109
110
arduino-cli lib list
You can’t perform that action at this time.
0 commit comments