Skip to content

Commit

Permalink
Update ci.yaml, adding rust-src to components.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinswiber authored Jul 28, 2023
1 parent 48d3560 commit 6d4c44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt, clippy
components: rustfmt, clippy, rust-src

- name: Use Cross
if: matrix.target != '' && matrix.build != 'wasm32'
Expand Down

0 comments on commit 6d4c44a

Please sign in to comment.