diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f0d994df..1f51272ab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,5 +22,8 @@ jobs: - name: Install extra python tools run: | pip install -U adafruit-nrfutil + - name: Install libs needed for linux build + run: | + sudo apt install -y libpsocksxx-dev - name: Build run: platformio run -e tbeam -e heltec -e lora-relay-v1 -e linux