mirror of
https://github.com/embedd-actions/esp-idf-ci.git
synced 2025-04-20 16:15:48 +03:00
Compare commits
No commits in common. "main" and "latest" have entirely different histories.
@ -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@v4.4.3
|
||||
uses: embedd-actions/esp-idf-ci@latest
|
||||
with:
|
||||
IDF_TARGET: esp32
|
||||
|
||||
@ -23,6 +23,5 @@ jobs:
|
||||
## Available tags
|
||||
|
||||
```
|
||||
v4.4.3
|
||||
latest
|
||||
```
|
||||
|
@ -7,7 +7,7 @@ inputs:
|
||||
default: esp32
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'docker://espressif/idf:v4.4.3'
|
||||
image: 'docker://espressif/idf:latest'
|
||||
args:
|
||||
- idf.py
|
||||
- build
|
||||
|
Loading…
x
Reference in New Issue
Block a user