Skip to content

Commit

Permalink
Update esp_idf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seeul8er authored Oct 21, 2023
1 parent 89c4955 commit 8eb85c5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/esp_idf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''

0 comments on commit 8eb85c5

Please sign in to comment.