ci: change rust toolchain

This commit is contained in:
Kristofers Solo 2025-09-25 10:53:26 +03:00
parent 0b9994a689
commit b900680235
Signed by: kristoferssolo
GPG Key ID: 74FF8144483D82C8

View File

@ -16,13 +16,12 @@ jobs:
RUSTC_WRAPPER: "sccache"
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Install Rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
profile: minimal
toolchain: stable
override: true
components: clippy, rustfmt
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.9
- name: Install cargo-nextest