Skip to content

Commit

Permalink
reverting CI and toolchain to use original nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
zees-dev committed Oct 29, 2024
1 parent 8f9c6d0 commit eaf5301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ env:
CARGO_TERM_COLOR: always
RUSTFLAGS: -D warnings
REGISTRY: ghcr.io
RUST_VERSION: 1.80.0
NIGHTLY_RUST_VERSION: nightly-2024-07-21
NIGHTLY_RUST_VERSION: nightly-2024-07-15

jobs:
cancel-previous-runs:
Expand All @@ -34,7 +33,7 @@ jobs:
- name: Install latest Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_VERSION }}
toolchain: ${{ env.NIGHTLY_RUST_VERSION }}

- name: Install cargo-llvm-codecov
uses: taiki-e/install-action@cargo-llvm-cov
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
profile = "default" # include rustfmt, clippy
channel = "1.80.0"
channel = "nightly-2024-07-15"

0 comments on commit eaf5301

Please sign in to comment.