From 69032d9b9b7676c4928f473c1d94ef7777015891 Mon Sep 17 00:00:00 2001 From: Bischi Date: Wed, 6 Sep 2023 23:57:05 +0200 Subject: [PATCH] remove library from git action add missing library fix libraries --- .github/workflows/test-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-compile.yml b/.github/workflows/test-compile.yml index 9d8a646..8beb216 100644 --- a/.github/workflows/test-compile.yml +++ b/.github/workflows/test-compile.yml @@ -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: