Compare commits

..

3 Commits
latest ... main

Author SHA1 Message Date
Sergey
31c90dccc8
Update README.md 2024-07-29 09:44:09 +03:00
Sergey
d9d116c9f0
Update README.md 2023-09-20 08:12:49 +03:00
Sergey
a1b8347775
Update action.yml 2023-09-20 08:12:26 +03:00
2 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@ Building ESP-IDF projects.
## Usage ## Usage
``` ```yml
jobs: jobs:
build: build:
@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: make - name: make
uses: embedd-actions/esp-idf-ci@latest uses: embedd-actions/esp-idf-ci@v4.4.3
with: with:
IDF_TARGET: esp32 IDF_TARGET: esp32
@ -23,5 +23,6 @@ jobs:
## Available tags ## Available tags
``` ```
v4.4.3
latest latest
``` ```

View File

@ -7,7 +7,7 @@ inputs:
default: esp32 default: esp32
runs: runs:
using: 'docker' using: 'docker'
image: 'docker://espressif/idf:latest' image: 'docker://espressif/idf:v4.4.3'
args: args:
- idf.py - idf.py
- build - build