add libs needed for linux build on CI server

pull/678/head
Kevin Hester 2021-02-07 10:44:31 +08:00
rodzic 55349ea570
commit 86553a4fc9
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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