File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
if : steps.cache-deps.outputs.cache-hit != 'true'
35
35
run : |
36
36
git submodule update --init lib/pycparser lib/micropython lib/esp-idf lib/lvgl lib/SDL
37
- git checkout v1.23.0 -- lib/micropython
38
- git checkout master -- lib/lvgl
39
- git checkout release-2.30.2 -- lib/SDL
37
+ cd lib/micropython && git checkout v1.23.0 && cd ../..
38
+ cd lib/lvgl && git checkout master && cd ../..
39
+ cd lib/SDL && git checkout release-2.30.2 && cd ../..
40
40
41
41
export "IDF_PATH=${GITHUB_WORKSPACE}/lib/esp-idf"
42
42
git submodule update --init lib/esp-idf/components/bt/host/nimble/nimble lib/esp-idf/components/esp_wifi lib/esp-idf/components/esptool_py/esptool lib/esp-idf/components/lwip/lwip lib/esp-idf/components/mbedtls/mbedtls lib/esp-idf/components/bt/controller/lib_esp32 lib/esp-idf/components/bt/controller/lib_esp32c3_family
You can’t perform that action at this time.
0 commit comments