Skip to content

ESP32 linux target got RMT support #14

ESP32 linux target got RMT support

ESP32 linux target got RMT support #14

Workflow file for this run

name: build
on:
push:
branches: [master]
jobs:
x86_64-pc-linux-gnu-gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: git fetch --unshallow --tags
- run: cmake -Bbuild
env:
CC: gcc-12
CXX: g++-12
- run: cmake --build build