Skip to content

Commit ca49ac9

Browse files
committed
Add rustup target in CI
1 parent 77f779d commit ca49ac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
components: clippy, rustfmt
3939
- name: Cache
4040
uses: Swatinem/rust-cache@v2
41+
- name: Add rustup target
42+
run: rustup target add ${{ matrix.target }}
4143

4244
- name: Diagnostics on Windows
4345
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)