Skip to content

Commit 2d1df5a

Browse files
Rename setup step to build with ESP-IDF
1 parent 77e94f2 commit 2d1df5a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@ jobs:
2020
run: |
2121
git clone https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git components/ESP32-HUB75-MatrixPanel-I2S-DMA
2222
23-
- name: Setup ESP-IDF
23+
- name: Build with ESP-IDF
2424
uses: espressif/esp-idf-ci-action@v1
2525
with:
2626
esp_idf_version: latest
2727
target: esp32s3
28-
command: ''
29-
30-
- name: Build project
31-
run: |
32-
idf.py build

0 commit comments

Comments
 (0)