Skip to content

Commit a999a73

Browse files
committed
print matrix offset
1 parent 9b2255a commit a999a73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-clang-doxy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ jobs:
329329
echo $content
330330
echo EOF
331331
} >> "$GITHUB_OUTPUT"
332+
- name: Print matrix offset
333+
run: |
334+
echo "Matrix offset: ${{ matrix.offset }}"
332335
- name: Create combined binary using Esptool merge_bin
333336
run: |
334337
echo ${{ steps.get_board_json.outputs.boardJson }}

0 commit comments

Comments
 (0)