ci: use nightly for sanity workflow (#679)

This commit is contained in:
Matthias Seitz
2023-01-02 12:41:03 +01:00
committed by GitHub
parent fc977b27bd
commit ec69481af4

View File

@ -23,7 +23,7 @@ jobs:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install toolchain - name: Install toolchain
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@nightly
with: with:
toolchain: nightly-2022-12-27 toolchain: nightly-2022-12-27
components: llvm-tools-preview components: llvm-tools-preview
@ -69,7 +69,7 @@ jobs:
- name: Checkout sources - name: Checkout sources
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Install toolchain - name: Install toolchain
uses: dtolnay/rust-toolchain@stable uses: dtolnay/rust-toolchain@nightly
- name: Install cargo-udeps - name: Install cargo-udeps
run: cargo install cargo-udeps --locked run: cargo install cargo-udeps --locked