Skip to content

Commit ee26fe7

Browse files
committed
working on being able to share the SPI Bus
1 parent 1e06d58 commit ee26fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/unix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
if: steps.cache-deps.outputs.cache-hit != 'true'
3535
run: |
3636
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 ../..
4040
4141
export "IDF_PATH=${GITHUB_WORKSPACE}/lib/esp-idf"
4242
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

0 commit comments

Comments
 (0)