Skip to content

Commit

Permalink
fixed (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: lesniak43 <[email protected]>
  • Loading branch information
lesniak43 and lesniak43 authored Apr 19, 2024
1 parent d9eeb8c commit 7ad8d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install-rust-toolchain/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ runs:
run: |
components=$(echo ${{ env.COMPONENTS }} | tr -d '[]' | sed 's/,/ /g')
for component in $components; do
rustup component add $component
rustup component add $component \
--toolchain ${{ steps.install-rust-toolchain.outputs.channel }}
done
- name: Add targets (optional)
Expand Down

0 comments on commit 7ad8d9d

Please sign in to comment.