Skip to content

Commit

Permalink
trying
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 18, 2024
1 parent 6a52b9b commit e161013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/parse-cmake-preset/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ runs:
run: |
targets=$(jq '.buildPresets[] | select(.name=="${{ inputs.name }}") | .targets' CMakePresets.json)
echo targets=$targets >> "$GITHUB_OUTPUT"
echo $GITHUB_OUTPUT
shell: bash
working-directory: ${{ env.DEFAULT_DIRECTORY }}

1 change: 1 addition & 0 deletions .github/workflows/build-cross-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
path: ot3-firmware

- name: Parse target
id: get-target
uses: ./actions/.github/actions/parse-cmake-preset
with:
name: format-ci
Expand Down

0 comments on commit e161013

Please sign in to comment.