Skip to content

Commit

Permalink
workflow: update sdkconfig 8
Browse files Browse the repository at this point in the history
  • Loading branch information
espressif2022 committed Feb 7, 2024
1 parent fb00b1d commit 6141037
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-examples-gh-pages-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
cd $GITHUB_WORKSPACE/examples/${{matrix.build-dir}}
diff sdkconfig.defaults ${{matrix.boards}}
diff sdkconfig.defaults sdkconfig.ci.box-3 | grep '^>' | sed 's/^> *//' | grep -v '^#' | sed 's/.*/\n&/'
diff sdkconfig.defaults sdkconfig.ci.box-3 | grep '^>' | sed 's/^> *//' | grep -v '^#' | sed 's/.*/\n&/' >> sdkconfig.defaults
if [[ ${{matrix.build-dir}} == chatgpt_demo ]]; then
Expand Down

0 comments on commit 6141037

Please sign in to comment.