Skip to content

Commit

Permalink
chore: update ci to use nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Nov 7, 2024
1 parent 3c03c64 commit bfa5763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true

- name: Build Rust Documentation
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-build-
- name: Install stable toolchain
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true

- name: Run cargo check
Expand Down Expand Up @@ -112,11 +112,11 @@ jobs:
restore-keys: |
${{ runner.os }}-cargo-build-
- name: Install stable toolchain
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit bfa5763

Please sign in to comment.