We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4baa2 commit a243cdfCopy full SHA for a243cdf
1 file changed
.github/workflows/ci.yml
@@ -32,11 +32,9 @@ jobs:
32
- uses: actions/checkout@v4
33
34
- name: Setup rust
35
- uses: actions-rs/toolchain@v1
36
- with:
37
- profile: minimal
38
- toolchain: ${{ matrix.toolchain }}
39
- components: rustfmt, clippy
+ run: |
+ rustup toolchain install --profile minimal -c rustfmt,clippy ${{ matrix.toolchain }} && \
+ rustup default ${{ matrix.toolchain }}
40
41
- name: Install uv
42
uses: astral-sh/setup-uv@v5
0 commit comments