Skip to content

Commit 884baca

Browse files
committed
fix: adding clone dependency
1 parent b5af544 commit 884baca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ jobs:
122122
steps:
123123
- uses: actions/checkout@v4
124124

125+
- name: Clone IDF Release From Github
126+
uses: actions/checkout@v4
127+
with:
128+
repository: espressif/esp-idf
129+
path: dependencies/idf-tools
130+
submodules: 'true'
131+
ref: release/v5.4
132+
125133
- name: Set up Python
126134
uses: actions/setup-python@v4
127135
with:

0 commit comments

Comments
 (0)