Skip to content

Commit 61a8dd5

Browse files
authored
Merge pull request #664 from espressif/fix/ci_build_launchpad
ci(gh-pages): Fix esp-idf-kconfig (temporary fix)
2 parents 3f860d1 + ca7aec3 commit 61a8dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
run: |
3030
. ${IDF_PATH}/export.sh
3131
pip install idf-component-manager==2.* --upgrade
32+
pip install -U "esp-idf-kconfig<3"
3233
3334
- name: Action for building binaries and config.toml
3435
env:

0 commit comments

Comments
 (0)