Explicitly install the rust-src component as we repeatedly had CI failures when this was installed on-demand in the MSRV Clippy job.

This commit is contained in:
Adam Reichold 2023-05-09 09:37:24 +02:00
parent 77eb9bd480
commit 3343d683da
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.platform.rust-target }}
components: clippy
components: clippy,rust-src
- uses: actions/setup-python@v4
with:
architecture: ${{ matrix.platform.python-architecture }}