Skip to content

updated to IDF 5.2.2 #47

updated to IDF 5.2.2

updated to IDF 5.2.2 #47

Workflow file for this run

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Prepare
run: sudo apt-get install python-is-python3 gperf -y
- name: Install
run: make prepare install
- name: Build
run: make build