Skip to content

Commit

Permalink
Explicitly install the rust-src component as we repeatedly had CI fai…
Browse files Browse the repository at this point in the history
…lures when this was installed on-demand in the MSRV Clippy job.
  • Loading branch information
adamreichold committed May 9, 2023
1 parent 77eb9bd commit 3343d68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3343d68

Please sign in to comment.