Skip to content

Create esp32.py

Create esp32.py #81

Workflow file for this run

name: build esp32 linux
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: dabao1955/clone-github-repo-action@main
with:
depth: 1
branch: 'master'
owner: 'AndreRH'
repository: 'hangover'
submodule: false
path-to-clone: 'hangover-git'