Skip to content

Commit a0a89ba

Browse files
authored
Merge pull request #152 from rust-embedded/fix-aarch64-darwin
add target on toolchain install
2 parents e8c5027 + fbb47c9 commit a0a89ba

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)