Skip to content

embedd-actions/esp-idf-ci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

esp-idf-ci

Building ESP-IDF projects.

Usage

jobs:      
  build:
    name: Building project
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v3
        
      - name: make   
        uses: embedd-actions/[email protected]
        with: 
          IDF_TARGET: esp32

Available tags

v4.4.3
latest