Skip to content

Commit

Permalink
workflow: update sdkconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
espressif2022 committed Feb 7, 2024
1 parent eae9eae commit 059d177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-examples-gh-pages-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ jobs:
cd $GITHUB_WORKSPACE/examples/${{matrix.build-dir}}
echo $GITHUB_WORKSPACE/examples/${{matrix.build-dir}}
diff sdkconfig.defaults ${{matrix.boards}}
diff sdkconfig.defaults ${{matrix.boards}} | grep '^>' | sed 's/^>//' > temp_conf
cat temp_conf >> sdkconfig.defaults
Expand Down

0 comments on commit 059d177

Please sign in to comment.