fix(ci): downgrade nightly to 2023-03-14 (#1790)

This commit is contained in:
Roman Krasiuk
2023-03-16 12:11:46 +02:00
committed by GitHub
parent 67478ba779
commit 00bcb210a0

View File

@ -23,8 +23,9 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2023-03-14
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
with: