Skip to content

Commit

Permalink
stable for clippy and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Dec 2, 2021
1 parent 2f0d577 commit 5a1dffa
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,12 @@ jobs:
mkdir -p ~/.local/bin
mv substrate ~/.local/bin
- name: Install Rust nightly toolchain
# Use stable toolchain for docs to avoid potential nightly breakages
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
override: true

- name: Rust Cache
Expand Down Expand Up @@ -143,11 +144,12 @@ jobs:
mkdir -p ~/.local/bin
mv substrate ~/.local/bin
- name: Install Rust nightly toolchain
# Use stable toolchain for clippy to avoid potential nightly breakages
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: stable
components: clippy
override: true

Expand Down

0 comments on commit 5a1dffa

Please sign in to comment.