Skip to content

Commit

Permalink
with subtarget
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 16, 2024
1 parent 713f668 commit 974eb7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/executable-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ jobs:
build-target: ${{ fromJSON(inputs.sub-targets) }}
steps:
uses: ./actions/.github/actions/cross-compile-build
sub-target: ${{ matrix.build-target || ""}}
with:
sub-target: ${{ matrix.build-target || ""}}
2 changes: 1 addition & 1 deletion .github/workflows/pipettes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Cross Compile Environment
uses: "./.github/actions/cross-compile-setup"
uses: "./.github/actions/cross-compile-check"

- name: "Build current revs"
run: cmake --build --preset=pipettes --target pipettes-images pipettes-applications
Expand Down

0 comments on commit 974eb7a

Please sign in to comment.