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