Skip to content

Commit

Permalink
fix(ci): workflow file issue (#1560)
Browse files Browse the repository at this point in the history
## Summary
We accidentally broke the reusable build script with a poorly formatted
workflow file in #1523 this
fixes it.
  • Loading branch information
joroshiba authored Sep 25, 2024
1 parent fe9d279 commit 2da3a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.tag }}
uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUSTUP_TOOLCHAIN }}
- uses: arduino/setup-protoc@v3
Expand Down

0 comments on commit 2da3a48

Please sign in to comment.