Commit 5da48bc 1 parent d8e1569 commit 5da48bc Copy full SHA for 5da48bc
File tree 3 files changed +11
-14
lines changed
3 files changed +11
-14
lines changed Original file line number Diff line number Diff line change 32
32
runs-on : ${{ matrix.os }}
33
33
steps :
34
34
- uses : actions/checkout@v3
35
- - uses : actions-rs/toolchain@v1
35
+ - name : Install Rust stable
36
+ uses : dtolnay/rust-toolchain@stable
36
37
with :
37
- toolchain : stable
38
+ targets : ${{ matrix.target }}
39
+ components : clippy,rustfmt
38
40
- uses : Swatinem/rust-cache@v2
39
41
with :
40
42
prefix-key : ${{ matrix.os }}-${{ matrix.target }}-rust
Original file line number Diff line number Diff line change 13
13
runs-on : " windows-latest"
14
14
steps :
15
15
- uses : actions/checkout@v3
16
- - name : Install latests stable Rust
17
- uses : actions-rs/toolchain@v1
18
- with :
19
- toolchain : stable
20
- override : true
16
+ - name : Install Rust stable
17
+ uses : dtolnay/rust-toolchain@stable
21
18
- uses : actions/setup-python@v4
22
19
with :
23
20
python-version : ${{ matrix.pyversion }}
52
49
runs-on : " macos-latest"
53
50
steps :
54
51
- uses : actions/checkout@v3
55
- - name : Install latests stable Rust
56
- uses : actions-rs/toolchain@v1
57
- with :
58
- toolchain : stable
59
- override : true
52
+ - name : Install Rust stable
53
+ uses : dtolnay/rust-toolchain@stable
60
54
- uses : actions/setup-python@v4
61
55
with :
62
56
python-version : ${{ matrix.pyversion }}
Original file line number Diff line number Diff line change 44
44
runs-on : ${{ matrix.os }}
45
45
steps :
46
46
- uses : actions/checkout@v3
47
- - uses : actions-rs/toolchain@v1
47
+ - name : Install Rust stable
48
+ uses : dtolnay/rust-toolchain@stable
48
49
with :
49
- toolchain : stable
50
+ targets : ${{ matrix.target }}
50
51
- uses : Swatinem/rust-cache@v2
51
52
with :
52
53
prefix-key : ${{ matrix.os }}-${{ matrix.target }}-rust
You can’t perform that action at this time.
0 commit comments