Skip to content

Commit

Permalink
CI: pin nightly Rust version to limit breakages to explicit pinning u…
Browse files Browse the repository at this point in the history
…pdates.
  • Loading branch information
cfallin committed Apr 13, 2021
1 parent 67cc42d commit 908d470
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
submodules: true
- uses: ./.github/actions/install-rust
with:
toolchain: nightly
toolchain: nightly-2021-04-11
- run: |
cargo doc --no-deps --workspace \
--exclude wasmtime-cli \
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
# flags to rustc.
- uses: ./.github/actions/install-rust
with:
toolchain: nightly
toolchain: nightly-2021-04-11
- run: cargo install cargo-fuzz --vers "^0.8"
- run: cargo fetch
working-directory: ./fuzz
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
rust: beta
- build: nightly
os: ubuntu-latest
rust: nightly
rust: nightly-2021-04-11
- build: macos
os: macos-latest
rust: stable
Expand Down

0 comments on commit 908d470

Please sign in to comment.