mirror of
https://github.com/embedd-actions/esp-idf-ci.git
synced 2025-12-16 22:51:38 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d9d116c9f0 | ||
|
|
a1b8347775 |
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user