Skip to content

Commit 2c1d370

Browse files
committed
CI: use fixed version of Rust nightly following build failures in staticvec
1 parent 7f109a5 commit 2c1d370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
submodules: true
5858
- uses: ./.github/actions/install-rust
5959
with:
60-
toolchain: nightly
60+
toolchain: nightly-2020-07-27
6161
- run: cargo doc --no-deps --all --exclude wasmtime-cli --exclude test-programs --exclude cranelift-codegen-meta
6262
- run: cargo doc --package cranelift-codegen-meta --document-private-items
6363
- uses: actions/upload-artifact@v1
@@ -92,7 +92,7 @@ jobs:
9292
submodules: true
9393
- uses: ./.github/actions/install-rust
9494
with:
95-
toolchain: nightly
95+
toolchain: nightly-2020-07-27
9696

9797
# Check some feature combinations of the `wasmtime` crate
9898
- run: cargo check --manifest-path crates/wasmtime/Cargo.toml --no-default-features
@@ -141,7 +141,7 @@ jobs:
141141
submodules: true
142142
- uses: ./.github/actions/install-rust
143143
with:
144-
toolchain: nightly
144+
toolchain: nightly-2020-07-27
145145
- run: cargo install cargo-fuzz --vers "^0.8"
146146
- run: cargo fetch
147147
working-directory: ./fuzz
@@ -192,7 +192,7 @@ jobs:
192192
rust: beta
193193
- build: nightly
194194
os: ubuntu-latest
195-
rust: nightly
195+
rust: nightly-2020-07-27
196196
- build: macos
197197
os: macos-latest
198198
rust: stable

0 commit comments

Comments
 (0)