File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 30
30
- name : Install Rust
31
31
uses : dtolnay/rust-toolchain@stable
32
32
with :
33
- toolchain : stable
34
33
components : clippy
35
34
36
35
- name : Build
Original file line number Diff line number Diff line change 36
36
run : cargo clean -p serde_derive -p thiserror
37
37
38
38
- name : Install Rust
39
- uses : dtolnay/rust-toolchain@stable
39
+ uses : dtolnay/rust-toolchain@master
40
40
with :
41
41
toolchain : ${{ matrix.rust }}
42
42
components : clippy
99
99
key : ubuntu-latest-${{ env.cache-name }}-${{ matrix.rust }}
100
100
101
101
- name : Install Rust
102
- uses : dtolnay/rust-toolchain@stable
102
+ uses : dtolnay/rust-toolchain@master
103
103
with :
104
104
toolchain : ${{ matrix.rust }}
105
105
targets : x86_64-unknown-linux-musl
@@ -145,7 +145,7 @@ jobs:
145
145
key : ubuntu-latest-${{ env.cache-name }}-${{ matrix.rust }}
146
146
147
147
- name : Install Rust
148
- uses : dtolnay/rust-toolchain@stable
148
+ uses : dtolnay/rust-toolchain@master
149
149
with :
150
150
toolchain : ${{ matrix.rust }}
151
151
- name : Setup ARM toolchain
@@ -187,7 +187,6 @@ jobs:
187
187
- name : Install Rust
188
188
uses : dtolnay/rust-toolchain@stable
189
189
with :
190
- toolchain : stable
191
190
components : rustfmt
192
191
193
192
- run : cargo fmt -- --check
@@ -223,9 +222,7 @@ jobs:
223
222
key : ubuntu-latest-${{ env.cache-name }}-nightly
224
223
225
224
- name : Install Rust
226
- uses : dtolnay/rust-toolchain@stable
227
- with :
228
- toolchain : nightly
225
+ uses : dtolnay/rust-toolchain@nightly
229
226
230
227
- name : cargo-udeps
231
228
run : |
You can’t perform that action at this time.
0 commit comments