Skip to content

Commit

Permalink
workflow: update sdkconfig 5
Browse files Browse the repository at this point in the history
  • Loading branch information
espressif2022 committed Feb 7, 2024
1 parent 91cf129 commit 7715ed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-examples-gh-pages-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,10 @@ jobs:
cd $GITHUB_WORKSPACE/examples/${{matrix.build-dir}}
# diff sdkconfig.defaults ${{matrix.boards}} | grep '^>' | sed 's/^>//' > new_conf.txt
diff sdkconfig.defaults ${{matrix.boards}}
diff sdkconfig.defaults ${{matrix.boards}} > diff_output.txt
cat diff_output.txt
grep '^>'
grep '^>' diff_output.txt
grep '^>' diff_output.txt | sed 's/^>//' > new_conf.txt
cat new_conf.txt
cat new_conf.txt >> sdkconfig.defaults
Expand Down

0 comments on commit 7715ed0

Please sign in to comment.