From 4ff1cdca3594aa8dcedaa1e30e81abe5ea59a5c0 Mon Sep 17 00:00:00 2001 From: Tolentino Cotesta Date: Sat, 13 Jan 2024 17:42:23 +0100 Subject: [PATCH] Update compile_examples.yml --- .github/workflows/compile_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index d3975a49..b46d0475 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -95,7 +95,7 @@ jobs: pip install --upgrade platformio - name: Install 3rd party dependecies run: | - pio lib -g install pio lib -g install bblanchon/ArduinoJson@6.21.5 \ + pio lib -g install bblanchon/ArduinoJson@6.21.5 \ https://github.com/cotestatnt/async-esp-fs-webserver.git - name: Run PlatformIO Examples