diff --git a/.github/workflows/compile_examples.yml b/.github/workflows/compile_examples.yml index 0f3ac939..d3975a49 100644 --- a/.github/workflows/compile_examples.yml +++ b/.github/workflows/compile_examples.yml @@ -47,8 +47,7 @@ jobs: pip install --upgrade platformio - name: Install 3rd party dependecies run: | - pio lib -g install \ - https://github.com/bblanchon/ArduinoJson \ + pio lib -g install bblanchon/ArduinoJson@6.21.5 \ https://github.com/cotestatnt/async-esp-fs-webserver.git - name: Run PlatformIO Examples @@ -96,8 +95,7 @@ jobs: pip install --upgrade platformio - name: Install 3rd party dependecies run: | - pio lib -g install \ - https://github.com/bblanchon/ArduinoJson \ + pio lib -g install pio lib -g install bblanchon/ArduinoJson@6.21.5 \ https://github.com/cotestatnt/async-esp-fs-webserver.git - name: Run PlatformIO Examples