Skip to content

Update third-party libriaries #341

Update third-party libriaries

Update third-party libriaries #341

Workflow file for this run

name: Build all boards
on:
push:
jobs:
main:
name: Build all boards
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: '3.x'
- name: Install Platform IO
run: |
python -m pip install --upgrade pip
pip3 install -U platformio
- name: Build
run: platformio run -e esp32-a1s -e lolin32 -e lolin_d32 -e lolin_d32_pro -e lolin_d32_pro_sdmmc_pe -e nodemcu-32s -e az-delivery-devkit-v4 -e ttgo_t8 -e complete