Skip to content

Commit

Permalink
fix(ci): install rust-src component for stable rust (#4293)
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on authored Oct 17, 2024
1 parent 80e3457 commit 18b6f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
components: llvm-tools
components: llvm-tools, rust-src

- name: "Check: Compiling gstd on stable"
run: |
Expand Down

0 comments on commit 18b6f83

Please sign in to comment.