Skip to content

Commit

Permalink
print steps.board_json
Browse files Browse the repository at this point in the history
  • Loading branch information
brentru committed Nov 21, 2023
1 parent 5dcba40 commit 6703a9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-clang-doxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ jobs:
echo "$content"
- name: Create combined binary using Esptool merge_bin
run: |
echo "$steps.get_board_json.outputs.boardJson"
python3 -m esptool --chip ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.chip}} merge_bin \
--flash_mode ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashMode}} \
--flash_freq ${{fromJson(steps.get_board_json.outputs.boardJson).esptool.flashFreq}} \
Expand Down

0 comments on commit 6703a9e

Please sign in to comment.