Сборка проекта ESP-IDF
Go to file
Sergey Ladanov aca1ee384b update
2023-09-20 08:10:51 +03:00
action.yml update 2023-09-20 08:10:51 +03:00
README.md update 2023-09-20 08:10:51 +03:00

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/esp-idf-ci@v4.4.3
        with: 
          IDF_TARGET: esp32

Available tags

latest