Skip to content

Commit

Permalink
Fix workflow call (#17521)
Browse files Browse the repository at this point in the history
### Ticket
None

### Problem description
Workflow argument got mismatched.  Fix it.
  • Loading branch information
afuller-TT authored Feb 3, 2025
1 parent f7d847d commit 05ff4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
publish-artifact: false
skip-tt-train: true
with:
os: ${{ matrix.config.version }}
version: ${{ matrix.config.version }}
toolchain: ${{ matrix.config.toolchain }}
build-type: ${{ matrix.config.build-type }}
publish-artifact: ${{ matrix.config.publish-artifact }}
Expand Down

1 comment on commit 05ff4b4

@blozano-tt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @afuller-TT

Please sign in to comment.