Skip to content

Commit

Permalink
Use stable toolchain for most CI checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Oct 13, 2024
1 parent d6fefdd commit 7bf7d80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Install toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
components: rustfmt

- name: cargo format
Expand Down Expand Up @@ -138,6 +139,8 @@ jobs:

- name: Install toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable

- name: cargo doc
run: cargo doc --all-features
Expand Down

0 comments on commit 7bf7d80

Please sign in to comment.