Skip to content

Commit

Permalink
fix(.github): add rust-src component
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Jan 12, 2025
1 parent a2bcb9c commit 5778a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
profile: minimal
toolchain: nightly
target: wasm32-unknown-unknown
components: rust-src

- uses: actions/checkout@v4

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
profile: minimal
toolchain: nightly
target: wasm32-unknown-unknown
components: rust-src

- uses: actions/checkout@v4

Expand Down Expand Up @@ -74,7 +75,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
components: clippy
components: clippy,rust-src

- uses: actions/checkout@v4

Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
with:
profile: minimal
toolchain: nightly
components: rust-src

- uses: actions/checkout@v4

Expand Down

0 comments on commit 5778a29

Please sign in to comment.