Skip to content

Commit faf9607

Browse files
Merge branch 'main' of github.com:RoboticsBrno/2D-renderer-cpp
2 parents c32d60f + 2d1df5a commit faf9607

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 7 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:
26-
esp_idf_version: v5.1.2
26+
esp_idf_version: latest
2727
target: esp32s3
28-
29-
- name: Build project
30-
run: |
31-
. $IDF_PATH/export.sh
32-
idf.py build

0 commit comments

Comments
 (0)