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:
parent
77eb9bd480
commit
3343d683da
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue