From 00118b0e5af9a292d2a95bf7426655549146cf8f Mon Sep 17 00:00:00 2001 From: Tolentino Cotesta Date: Sat, 13 Jan 2024 17:39:01 +0100 Subject: [PATCH] Update compile_examples.yml --- .github/workflows/compile_examples.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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