Skip to content

Commit 86ee26c

Browse files
committed
build: update github build workflow for recent changes
1 parent 7b29649 commit 86ee26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ jobs:
77

88
steps:
99
- name: Checkout repo
10-
uses: actions/checkout@v2
10+
uses: actions/checkout@v5
1111
with:
1212
submodules: 'recursive'
1313
- name: esp-idf build
1414
uses: espressif/esp-idf-ci-action@v1
1515
with:
1616
esp_idf_version: v5.4
1717
target: esp32
18-
command: idf.py -D SDKCONFIG_DEFAULTS="configs/sdkconfig_jade_v1_1.defaults" build all size-components size
18+
command: ./tools/switch_to.sh jade_v1_1 --dev --log && idf.py build all size-components size

0 commit comments

Comments
 (0)