remove library from git action
All checks were successful
Test Compile ESP Code / ${{ matrix.arduino-boards-fqbn }} (esp32:esp32:esp32, https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json) (push) Successful in 3m2s
Test Compile ESP Code / ${{ matrix.arduino-boards-fqbn }} (esp32:esp32:esp32c3, https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json) (push) Successful in 3m9s
Test Compile ESP Code / ${{ matrix.arduino-boards-fqbn }} (esp32:esp32:esp32doit-devkit-v1, https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json) (push) Successful in 3m6s
Test Compile ESP Code / ${{ matrix.arduino-boards-fqbn }} (esp32:esp32:esp32s2, https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json) (push) Successful in 2m59s
Test Compile ESP Code / ${{ matrix.arduino-boards-fqbn }} (esp32:esp32:esp32s3, https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json) (push) Successful in 3m20s

add missing library

fix libraries
This commit is contained in:
2023-09-06 23:57:05 +02:00
parent 7d57901a0b
commit 69032d9b9b

View File

@@ -19,7 +19,7 @@ jobs:
env:
# Comma separated list without double quotes around the list.
REQUIRED_LIBRARIES: WiFi@1.2.7,WebServer@3.2.1,ESP2SOTA@1.0.2
REQUIRED_LIBRARIES: WiFi@1.2.7,ESP2SOTA@1.0.2,Adafruit Si4713 Library@1.2.1
ENV_CLI_VERSION: latest
strategy: