Skip to content

Commit 93f546a

Browse files
committed
specify v2.0.17 (last v2 version)
1 parent 307e8dc commit 93f546a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/githubci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,17 @@ jobs:
7474
- name: test platforms
7575
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}
7676

77-
build-esp32-stable:
77+
build-esp32-v2:
7878
runs-on: ubuntu-latest
7979
needs: pre-commit
8080
strategy:
8181
fail-fast: false
8282
matrix:
8383
arduino-platform:
84-
# ESP32
8584
- 'feather_esp32s2'
8685
- 'feather_esp32s3'
86+
esp32-version:
87+
- '2.0.17'
8788

8889
steps:
8990
- name: Checkout code
@@ -99,11 +100,11 @@ jobs:
99100
- name: pre-install
100101
run: bash ci/actions_install.sh
101102

102-
- name: Install arduino-esp32 stable and Libraries
103+
- name: Install arduino-esp32 v2 and Libraries
103104
env:
104105
BSP_URLS: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
105106
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
107108
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"
108109
arduino-cli core list
109110
arduino-cli lib list

0 commit comments

Comments
 (0)