We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad79df commit 2e7f2a5Copy full SHA for 2e7f2a5
.github/workflows/ci.yml
@@ -22,7 +22,9 @@ jobs:
22
steps:
23
- uses: actions/checkout@v4
24
- name: install Rust
25
- run: rustup toolchain install ${{ matrix.rust.version }} --profile minimal --allow-downgrade
+ run: |
26
+ rustup toolchain install ${{ matrix.rust.version }} --profile minimal --allow-downgrade
27
+ rustup default ${{ matrix.rust.version }}
28
- run: cp Cargo.lock.msrv Cargo.lock
29
if: ${{ matrix.rust.version}} == 1.48.0
30
- name: cargo check/test
0 commit comments