Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Jan 16, 2024
1 parent ad03837 commit a32d58a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/executable-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
matrix:
sim-target: ${{ fromJSON(inputs.sub-targets) }}
steps:
uses: ./actions/.github/actions/build-simulator
with:
sub-target: ${{ matrix.sim-target || ""}}
- name: Build Simulator
uses: ./actions/.github/actions/build-simulator
with:
sub-target: ${{ matrix.sim-target || ""}}

0 comments on commit a32d58a

Please sign in to comment.