Skip to content

Commit

Permalink
[#14] Install WiFiManager lib in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Clovis Durand <[email protected]>
  • Loading branch information
Clovel committed Dec 12, 2019
1 parent c1d355b commit e51ab55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/platformio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -U platformio
pio lib --global install WiFiManager
- name: Checkout
uses: actions/checkout@master

- name: Build Project
run: platformio run
run: pio run

0 comments on commit e51ab55

Please sign in to comment.