Skip to content

Commit

Permalink
CI/CD: ESP32 Arduino core locked to v2.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Oct 19, 2023
1 parent f313908 commit 310eca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/arduino-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ RUN arduino-cli config add board_manager.additional_urls \
curl https://drazzy.com/package_drazzy.com_index.json >~/.arduino15/package_drazzy.com_index.json && \
arduino-cli update

RUN arduino-cli core install megaTinyCore:megaavr
RUN arduino-cli core install esp32:esp32
RUN arduino-cli core install esp32:esp32@2.0.14
RUN arduino-cli core install esp8266:esp8266
RUN arduino-cli core install STMicroelectronics:stm32
RUN arduino-cli core install rp2040:rp2040
RUN arduino-cli core install megaTinyCore:megaavr

RUN apt-get install -y \
python3 \
Expand Down

0 comments on commit 310eca2

Please sign in to comment.