Skip to content

Commit 54a2d3a

Browse files
authored
Install target with rustup. (#420)
Signed-off-by: Josh Matthews <[email protected]>
1 parent 76e2c64 commit 54a2d3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: rustfmt
3535
run: cargo fmt --check
3636

37+
- name: rustup target install
38+
run: rustup target add '${{ matrix.platform.target }}'
39+
3740
- name: clippy
3841
uses: servo/actions/cargo-annotation@main
3942
with:

0 commit comments

Comments
 (0)