From 8eb85c5aad39c0c8d133d15d269b434d464696d9 Mon Sep 17 00:00:00 2001 From: Wolfgang <24637325+seeul8er@users.noreply.github.com> Date: Sat, 21 Oct 2023 11:23:04 +0200 Subject: [PATCH] Update esp_idf.yml --- .github/workflows/esp_idf.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/esp_idf.yml b/.github/workflows/esp_idf.yml index bb244d0..d0958e0 100644 --- a/.github/workflows/esp_idf.yml +++ b/.github/workflows/esp_idf.yml @@ -9,11 +9,12 @@ jobs: build_esp32_v4_4: runs-on: ubuntu-latest steps: + - name: Checkout repo + uses: actions/checkout@v2 + with: + submodules: 'recursive' - name: ESP-IDF v4.4 build esp32 uses: espressif/esp-idf-ci-action@v1 with: - # submodules: 'recursive' esp_idf_version: v4.4 target: esp32 - command: idf.py build - path: ''