We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9023b1 commit dbd5cb4Copy full SHA for dbd5cb4
.github/workflows/build.yml
@@ -10,6 +10,8 @@ jobs:
10
steps:
11
- name: Checkout repo
12
uses: actions/checkout@v4
13
+ with:
14
+ submodules: true
15
16
- name: Build Main
17
uses: espressif/esp-idf-ci-action@v1
.github/workflows/package_main.yml
@@ -19,6 +19,8 @@ jobs:
19
20
21
22
23
24
25
- name: Build Main Code
26
0 commit comments