We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c32d60f + 2d1df5a commit faf9607Copy full SHA for faf9607
1 file changed
.github/workflows/main.yml
@@ -20,13 +20,8 @@ jobs:
20
run: |
21
git clone https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git components/ESP32-HUB75-MatrixPanel-I2S-DMA
22
23
- - name: Setup ESP-IDF
+ - name: Build with ESP-IDF
24
uses: espressif/esp-idf-ci-action@v1
25
with:
26
- esp_idf_version: v5.1.2
+ esp_idf_version: latest
27
target: esp32s3
28
-
29
- - name: Build project
30
- run: |
31
- . $IDF_PATH/export.sh
32
- idf.py build
0 commit comments