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 7b29649 commit 86ee26cCopy full SHA for 86ee26c
.github/workflows/github-actions-test.yml
@@ -7,12 +7,12 @@ jobs:
7
8
steps:
9
- name: Checkout repo
10
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
11
with:
12
submodules: 'recursive'
13
- name: esp-idf build
14
uses: espressif/esp-idf-ci-action@v1
15
16
esp_idf_version: v5.4
17
target: esp32
18
- command: idf.py -D SDKCONFIG_DEFAULTS="configs/sdkconfig_jade_v1_1.defaults" build all size-components size
+ command: ./tools/switch_to.sh jade_v1_1 --dev --log && idf.py build all size-components size
0 commit comments