Skip to content

Commit fbb47c9

Browse files
committed
add target on toolchain install
1 parent e8c5027 commit fbb47c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Rust
2323
shell: bash
2424
run: |
25-
rustup toolchain install stable --profile minimal
25+
rustup toolchain install stable --profile minimal --target ${{ matrix.target }}
2626
rustup default stable
2727
echo "::add-matcher::.github/workflows/rust.json"
2828
- name: Cache Dependencies

0 commit comments

Comments
 (0)