Skip to content

Commit 36c0c62

Browse files
Update GitHub Actions workflow to clone component
1 parent e9100ec commit 36c0c62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
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
1822
1923
- name: Setup ESP-IDF
2024
uses: espressif/esp-idf-ci-action@v1
2125
with:
2226
esp_idf_version: v5.1.2
2327
target: esp32s3
2428

25-
- name: Clone ESP32-HUB75-MatrixPanel-I2S-DMA component
26-
run: |
27-
git clone https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA.git components/ESP32-HUB75-MatrixPanel-I2S-DMA
28-
2929
- name: Build project
3030
run: |
3131
. $IDF_PATH/export.sh

0 commit comments

Comments
 (0)