We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1fd8b commit 6ff81a4Copy full SHA for 6ff81a4
1 file changed
.github/workflows/rust.yml
@@ -27,16 +27,16 @@ jobs:
27
28
steps:
29
- uses: actions/checkout@v3
30
- - uses: dtolnay/rust-toolchain@stable
31
- with:
32
- toolchain: ${{ matrix.rust }}
33
- components: rustfmt, clippy
34
- name: Install nightly for minimal-versions
35
if: matrix.rust == '1.65.0'
36
uses: dtolnay/rust-toolchain@nightly
37
- name: Generate minimal-versions lockfile
38
39
run: cargo +nightly -Z minimal-versions generate-lockfile
+ - uses: dtolnay/rust-toolchain@stable
+ with:
+ toolchain: ${{ matrix.rust }}
+ components: rustfmt, clippy
40
- name: Build
41
run: cargo build --verbose
42
- name: Run tests
0 commit comments