Skip to content

Commit

Permalink
workflow: update sdkconfig 10
Browse files Browse the repository at this point in the history
  • Loading branch information
espressif2022 committed Feb 7, 2024
1 parent bd87352 commit 7bd8b23
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 @@ -68,6 +68,7 @@ jobs:
cd $GITHUB_WORKSPACE/examples/${{matrix.build-dir}}
echo ${{matrix.boards}}
diff sdkconfig.defaults ${{matrix.boards}}
echo ${{matrix.boards}}
diff sdkconfig.defaults ${{matrix.boards}} | grep '^>' | sed 's/^> *//' | grep -v '^#' | sed 's/.*/\n&/'
Expand Down

0 comments on commit 7bd8b23

Please sign in to comment.