Skip to content

Commit

Permalink
Update compile_examples.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cotestatnt authored Jan 13, 2024
1 parent b0d0925 commit 00118b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/compile_examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected] \
https://github.com/cotestatnt/async-esp-fs-webserver.git
- name: Run PlatformIO Examples
Expand Down Expand Up @@ -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/[email protected] \
https://github.com/cotestatnt/async-esp-fs-webserver.git
- name: Run PlatformIO Examples
Expand Down

0 comments on commit 00118b0

Please sign in to comment.