Skip to content

Commit

Permalink
install libs
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikN committed May 31, 2022
1 parent 1021c84 commit 6c2b01a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
# - name: ESP32 software reset
# run: curl -X POST 'http://${{ secrets.HUSARNET_HOSTNAME }}:8080/reset'

- name: Installing platformio
run: pip3 install -U platformio
- name: Installing platformio and installing libs
run: |
pip3 install -U platformio
pio lib install
- name: Building a firmware for ESP32
run: |
Expand Down

0 comments on commit 6c2b01a

Please sign in to comment.