File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ jobs:
61
61
- uses : actions/checkout@v3
62
62
- uses : dtolnay/rust-toolchain@v1
63
63
with :
64
- toolchain : stable
64
+ toolchain : nightly
65
65
- uses : dtolnay/rust-toolchain@v1
66
66
with :
67
- toolchain : nightly
67
+ toolchain : stable
68
68
69
69
- run : cargo +nightly update -Z minimal-versions
70
70
@@ -108,11 +108,10 @@ jobs:
108
108
- uses : actions/checkout@v3
109
109
- uses : dtolnay/rust-toolchain@v1
110
110
with :
111
- toolchain : ${{ matrix.msrv }}
112
- - run : rustup default ${{ matrix.msrv }}
111
+ toolchain : nightly
113
112
- uses : dtolnay/rust-toolchain@v1
114
113
with :
115
- toolchain : nightly
114
+ toolchain : ${{ matrix.msrv }}
116
115
117
116
- run : cargo +nightly update -Z minimal-versions
118
117
@@ -131,7 +130,6 @@ jobs:
131
130
with :
132
131
toolchain : ${{ matrix.toolchain }}
133
132
components : rust-src
134
- - run : rustup default ${{ matrix.toolchain }}
135
133
136
134
- run : cargo install cargo-careful
137
135
if : ${{ matrix.toolchain == 'nightly' }}
You can’t perform that action at this time.
0 commit comments