We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9100ec commit 36c0c62Copy full SHA for 36c0c62
.github/workflows/main.yml
@@ -15,17 +15,17 @@ jobs:
15
uses: actions/checkout@v4
16
with:
17
submodules: recursive
18
+
19
+ - name: Clone ESP32-HUB75-MatrixPanel-I2S-DMA component
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
24
uses: espressif/esp-idf-ci-action@v1
25
26
esp_idf_version: v5.1.2
27
target: esp32s3
28
- - name: Clone ESP32-HUB75-MatrixPanel-I2S-DMA component
- run: |
- git clone https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git components/ESP32-HUB75-MatrixPanel-I2S-DMA
-
29
- name: Build project
30
run: |
31
. $IDF_PATH/export.sh
0 commit comments