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
```
```yml
jobs:
build:
@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- name: make
uses: embedd-actions/esp-idf-ci@latest
uses: embedd-actions/esp-idf-ci@v4.4.3
with:
IDF_TARGET: esp32
@ -23,5 +23,6 @@ jobs:
## Available tags
```
v4.4.3
latest
```

View File

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