File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 57
57
submodules : true
58
58
- uses : ./.github/actions/install-rust
59
59
with :
60
- toolchain : nightly
60
+ toolchain : nightly-2020-07-27
61
61
- run : cargo doc --no-deps --all --exclude wasmtime-cli --exclude test-programs --exclude cranelift-codegen-meta
62
62
- run : cargo doc --package cranelift-codegen-meta --document-private-items
63
63
- uses : actions/upload-artifact@v1
92
92
submodules : true
93
93
- uses : ./.github/actions/install-rust
94
94
with :
95
- toolchain : nightly
95
+ toolchain : nightly-2020-07-27
96
96
97
97
# Check some feature combinations of the `wasmtime` crate
98
98
- run : cargo check --manifest-path crates/wasmtime/Cargo.toml --no-default-features
@@ -141,7 +141,7 @@ jobs:
141
141
submodules : true
142
142
- uses : ./.github/actions/install-rust
143
143
with :
144
- toolchain : nightly
144
+ toolchain : nightly-2020-07-27
145
145
- run : cargo install cargo-fuzz --vers "^0.8"
146
146
- run : cargo fetch
147
147
working-directory : ./fuzz
@@ -192,7 +192,7 @@ jobs:
192
192
rust : beta
193
193
- build : nightly
194
194
os : ubuntu-latest
195
- rust : nightly
195
+ rust : nightly-2020-07-27
196
196
- build : macos
197
197
os : macos-latest
198
198
rust : stable
You can’t perform that action at this time.
0 commit comments