Skip to content

Commit

Permalink
install rust-src for nightly also
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Nov 28, 2024
1 parent f9a6d42 commit c32f9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/prerequisite-nightly/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ runs:
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: ${{ inputs.version }}
components: rustfmt, clippy
components: rustfmt, clippy, rust-src
target: wasm32-unknown-unknown

0 comments on commit c32f9ca

Please sign in to comment.