Skip to content

Commit e161013

Browse files
committed
trying
1 parent 6a52b9b commit e161013

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/actions/parse-cmake-preset/action.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ runs:
2222
run: |
2323
targets=$(jq '.buildPresets[] | select(.name=="${{ inputs.name }}") | .targets' CMakePresets.json)
2424
echo targets=$targets >> "$GITHUB_OUTPUT"
25+
echo $GITHUB_OUTPUT
2526
shell: bash
2627
working-directory: ${{ env.DEFAULT_DIRECTORY }}
2728

.github/workflows/build-cross-target.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
path: ot3-firmware
3838

3939
- name: Parse target
40+
id: get-target
4041
uses: ./actions/.github/actions/parse-cmake-preset
4142
with:
4243
name: format-ci

0 commit comments

Comments
 (0)