From 6c2b01af2b2cbb970d54e213bd022233a490f06a Mon Sep 17 00:00:00 2001 From: dominikn Date: Tue, 31 May 2022 11:09:26 +0200 Subject: [PATCH] install libs --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e560a3b..51dbbb9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |