Skip to content

Commit 8b43545

Browse files
authored
Install target with rustup. (#420)
* Install target with rustup. Signed-off-by: Josh Matthews <[email protected]> * Add target to rust-toolchain action. Signed-off-by: Josh Matthews <[email protected]> --------- Signed-off-by: Josh Matthews <[email protected]>
1 parent 76e2c64 commit 8b43545

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: dtolnay/rust-toolchain@stable
3131
with:
3232
components: rustfmt, clippy
33+
targets: ${{ matrix.platform.target }}
3334

3435
- name: rustfmt
3536
run: cargo fmt --check

0 commit comments

Comments
 (0)