File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 43
43
uses : actions-rs/toolchain@v1
44
44
with :
45
45
profile : minimal
46
- toolchain : nightly
47
- override : true
48
46
49
47
- name : cache rust
50
48
uses : Swatinem/rust-cache@v1
Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
rust-toolchain :
18
- - nightly
18
+ - nightly-2022-07-01
19
19
python-version :
20
20
- ' 3.7'
21
21
- ' 3.8'
86
86
- run : ./tests/rust_coverage_export.sh
87
87
88
88
- uses : codecov/codecov-action@v2
89
- if : matrix.rust-toolchain == 'nightly'
89
+ if : matrix.rust-toolchain == 'nightly-2022-07-01 '
90
90
with :
91
91
env_vars : PYTHON
92
92
@@ -179,10 +179,8 @@ jobs:
179
179
- uses : actions-rs/toolchain@v1
180
180
with :
181
181
profile : minimal
182
- toolchain : nightly
183
182
components : rust-src
184
183
target : wasm32-unknown-emscripten
185
- override : true
186
184
187
185
- name : cache rust
188
186
uses : Swatinem/rust-cache@v1
Original file line number Diff line number Diff line change 1
- nightly
1
+ nightly-2022-07-01
You can’t perform that action at this time.
0 commit comments